This is the mail archive of the cygwin@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]

Possible problem: gcc search path



Hi,

When I compile using '/bin/g++ -V2.95.2-5 ...' I get
gcc: file path prefix `/usr/lib/gcc-lib/i686-pc-cygwin/2.95.2-5/' never used

This is because g++ uses a different spec path than when using a plain g++.

I am not sure if this is a cygwin issue or a gcc one, but this behaviour is
certainly surprizing:

joseph@HANSOLO ~/mm40/tests/auto_suite/DATA
$ /bin/g++ -V2.95.2-5 -v
Reading specs from /bin/../lib/gcc-lib/i686-pc-cygwin/2.95.2-5/specs
gcc version 2.95.2-5 19991024 (cygwin experimental)
g++: No input files

joseph@HANSOLO ~/mm40/tests/auto_suite/DATA
$ g++ -V2.95.2-5 -v
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2-5/specs
gcc version 2.95.2-5 19991024 (cygwin experimental)
g++: No input files



-Joseph

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


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