Re: Erroneous -mt on Solaris i386

2006-03-09 Thread Rainer Orth
[EMAIL PROTECTED] writes: > I compiled gcc 3.4.5 on an i386 pc under Solaris 10 with posix threads. > When I try to compile certain downloaded tarballs (especially those that > use the gtk+ libs) gcc passes "-mt" to cc1, which chokes with an "illegal > option error" message. The gcc docs say that

Re: Erroneous -mt on Solaris i386

2006-03-08 Thread Mike Stump
On Mar 8, 2006, at 2:27 PM, [EMAIL PROTECTED] wrote: When I try to compile certain downloaded tarballs (especially those that use the gtk+ libs) gcc passes "-mt" to cc1, which chokes with an "illegal option error" message. The gcc docs say that this option is for the IA64 on HPUX. What ca

Erroneous -mt on Solaris i386

2006-03-08 Thread joelbberk
I compiled gcc 3.4.5 on an i386 pc under Solaris 10 with posix threads. When I try to compile certain downloaded tarballs (especially those that use the gtk+ libs) gcc passes "-mt" to cc1, which chokes with an "illegal option error" message. The gcc docs say that this option is for the IA64 on HPU