Library search path
Ian Lance Taylor
ian@wasabisystems.com
Fri Oct 22 19:47:00 GMT 2004
More information about the Binutils mailing list
Fri Oct 22 19:47:00 GMT 2004
- Previous message (by thread): Library search path
- Next message (by thread): "Unrecognized demangle component" error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Kukuk Barbara <barbara.kukuk@siemens.com> writes: > How must I set the library search path for ld (V2.14) in Eclipse 2.1 CDT > 1.2? > Can I use something like C:\project\lib or is it "C:\project\lib" or > /project/lib? > My libs are not found if they are not in the standard search path. Unfortunately, the answer is, "it depends". If ld is running in a cygwin environment, then C:\project\lib should work, but depending upon how the command line is parsed, you might need to double the backslashes (C:\\project\\lib). Or, in cygwin, you can use /cygdrive/c/project/lib. If ld is running in a mingw environment, then I think C:\project\lib is correct. I recommend experimenting. Or asking Eclipse users. Ian
- Previous message (by thread): Library search path
- Next message (by thread): "Unrecognized demangle component" error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list