This is the mail archive of the cygwin-developers@sources.redhat.com mailing list for the Cygwin project.


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

problem with build from top-level


Hi!

line 1262 in top-level configure.in reads

FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'

when make goes to target subdir of build tree, gcc is called with option
-B/path/to/my/build/root/i586-pc-cygwin/newlib/

my  gcc  (gcc  version  2.95.2  19991024  (release-2)) warns that this
search prefix was never used, and this breaks configure process in
i586-pc-cygwin/*/

is something wrong with my build environment or -B$$r/$(TARGET_SUBDIR)/newlib/
should be changed to -L$$r/$(TARGET_SUBDIR)/newlib/  ?

Egor.            mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19



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