I'm trying to get ssh onto my Solaris 8 x86 system. I've installed gcc,
binutils, make and some other packages but can not find where the math
library is located. Can someone tell me where to get it?
gcc -I.. -I../.. -I../../include -fPIC -DTHREADS -D_REENTRANT
-DDSO_DLFCN -DHAVE_DLFCN_H -O3
In message on Wed, 16 Oct 2002
10:07:17 -0500 (CDT), Mark <[EMAIL PROTECTED]> said:
mark> I am using Forte cc for my compiler and get this error. It seems to just
mark> go wacky inside the ifdefs for DEVRANDOM, which I defined since I have
mark> p
twoch, 16. Oktober 2002 17:07
To: [EMAIL PROTECTED]
Subject: Compiling on Solaris8
I am using Forte cc for my compiler and get this error. It seems to
just
go wacky inside the ifdefs for DEVRANDOM, which I defined since I have
patched the system to include /dev/random:
making all in crypto/rand.
I am using Forte cc for my compiler and get this error. It seems to just
go wacky inside the ifdefs for DEVRANDOM, which I defined since I have
patched the system to include /dev/random:
making all in crypto/rand...
cc -I.. -I../.. -I../../include -KPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_