This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: insight6.8


Hi Keith,

I put Dave in CC.

I successfully build gdb.exe and insight.exe using cygwin environment (with CPPFLAGS=CFLAGS="-mno-cygwin") but also using MSYS environment and gcc3.4.2.

1st problem:
gdb.exe was built automatically, but to get insight.exe I had to do "make insight.exe" into the gdb subdir.


2nd problem:
For installation, insight.exe was not installed after "make install" but only after "make install-gdbtk" done into the gdb subdir only.


3rd problem:
Then when running insight.exe I get the error message : "Interperter insight: unrocognized



I don't know why by some library are not linked when building insight.exe (libgui, tcl ...) , a problem in the configure may be but I cant find where (it works fine under linux host) ?


Any idea ?
Dave, how do you build on windows host to get a pure windows binary (without cygwin dll dependencies) ?



Denis


Keith Seitz wrote:
Denis PILAT wrote:

Is there any changes in the way to build insight ?

Nothing of which I am aware. Perhaps I botched the patch?


P.S.I'm building within cygwin environment using (CFLAGS and CPPFLAGS set to ="-mno-cygwin")
I'm using "--build=i686-pc-cygwin --host=i686-mingw32"

I've tried this locally without success. Modules outside of gdb/insight keep failing unable to find alloca.h. Is there something else I can try? Is there a page on the web somewhere that describes building gdb on cygwin for mingw32 hosts?


If I can reproduce this here, I might be able to be of more help. [Note I said, "might"! :-)]

Keith



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]