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



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?
Unfortunately not.
If you have a recent cygwin environment installed (with "Devel" package, including flex sub-package), you can run
export CPPFLAGS="-mno-cygwin"
export CFLAGS="-mno-cygwin"
export CC=gcc
export AR=ar
export WINDRES=windres
export MAKEINFO=makeinfo
/cygdrive/blablabla/insight-6.8/configure --host=i686-mingw32 --target=i686-mingw32 --disable-nls --disable-werror
make



Hope it helps





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]