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]

Re: Help?


On Oct 26, 1999, "Stephen J. Wojciechowski Jr." <sjwj13@quixnet.net> wrote:

> Is it possible to compile a multi-thread application using EGCS 1.1.1 on a
> SparcStation10 with Solaris 2.5.1.

Yep

> If so are there any variables that I need to set as I configure?

Make sure to --enable-threads at configure time, and compile and link
all your multi-threaded code with -threads (or -mthreads).

-- 
Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,computer}.org
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them


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