[561] in Pthreads mailing list archive
Solaris 2.5.1 - so close yet....
daemon@ATHENA.MIT.EDU (Michael Widenius)
Wed Jan 29 20:45:21 1997
Date: Thu, 30 Jan 1997 03:28:58 +0200 (EET)
From: Michael Widenius <monty@tcx.se>
To: Neil Radisch<nradisch@duck.com>, pthreads@MIT.EDU
In-Reply-To: <32efd1c2.duck@duck.com>
Reply-To: monty@analytikerna.se
>>>>> "nradisch" == nradisch <Neil> writes:
nradisch> sorry if I'm being annoying, but I'm under alot of pressure
nradisch> to get this puppy running.
nradisch> Anyhow, I managed to install all the GNU stuff for solaris. no
nradisch> problems.
nradisch> The thread library compiled with no errors...yeah!!!
nradisch> But the test programs won't compile. I get dozens of "size of symbol
nradisch> changed" warnings and errors. All refer to thr_stub.o ????
nradisch> What's going on?
Thats normal with Solaris and MIT threads.
Ignore the link warnings. It should work anyway.
pthreads redefines the hole stdio, but you have somewhere code
that includes some stream function that doesn't exists in pthreads and
then the linker has to use libc and you will get this messages when ld
noticed that __iob is declared differently.
One thing that I didn't get to work on Solaris with MIT threads was gnu readline, but
else almost all things worked.
Yours, Monty