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: gcc 3.3.2 problem with STL MAP container


Morten,

 I'm sorry but I don't know anything about compiling with solaris.

corey

> however,  I would still prefer to use my old  gcc 3.3.2
> 
> What I don't quite understand is this :
> 
> g++  -o  foo.out  sourcecode.cpp
> 
> -L   /opt/sfw/gcc-3/lib/
> 
> -R  /opt/sfw/gcc-3/lib/
> 
> -lstdc++
> 
> I read on the net in the excellent  solarisx86 mailing  list  that I had
> to use the -L  -R  flags.
> 
> http://groups.yahoo.com/group/solarisx86/message/18055
> 
> where can I find more documentation about this solarisx86  specific issue ?
> 
> Is it likely that  other libraries  can be used ?
> 
> I also prefer to compile with the flags  -ansi  -pedantic -Wall   for
> both C  and C++ code.


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