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

Re: Different code output based upon c++ library being used?


Hi Garrett,

Is this your compile line using your library?
g++ myapp base.cpp -fno-builtin -nostdinc++ -nodefaultlibs -I/includedir -L/libdir -lc

What is this your compile line for base.cpp which uses GCC's standard C++ library?

Thanks,
--Eljay


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