This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

g++ 3.3 prerelease does not link -lstdc++ if -b -V is used


It seems that g++ in 3.3 prerelease does not give linker -lstdc++ if 
either -b or -V options are used, even if the exact match of the just 
built compiler.  Furthermore, just adding -lstdc++ does not help 
because it goes after -lgcc_s, so both must be given.

Is this a bug or some new feature?  

Teemu


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