Kaiwai Gardiner wrote: > > > So unfortunately I've migrated back to FreeBSD (again) - I would > really love to run Solaris x86, but when everything I try to compile > turns to shyte, one really has to ask whether the maintainers of the > source are deliberately making sure their software can't compile on > Solaris, or whether the Studio 11 team needs to test their software - > if it doesn't compile GCC then there is something wrong with the > compiler. > I wasn't sure whether this was just more of your inflammatory nonsense, so I had a look:
# export CC=/opt/studio11/SUNWspro/bin/cc # export CXX=/opt/studio11/SUNWspro/bin/CC # cd gcc-3.4.6 # ./configure --enable-languages=c,c++ # gmake -j4 # ./gcc/gcc -v Using built-in specs. Configured with: ./configure --enable-languages=c,c++ Thread model: posix gcc version 3.4.6 Looks like it is. Ian. _______________________________________________ opensolaris-discuss mailing list [email protected]
