Compiling on Solaris8 x86

2003-03-14 Thread Christopher Fowler
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

Re: Compiling on Solaris8

2002-10-16 Thread Richard Levitte - VMS Whacker
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

RE: Compiling on Solaris8

2002-10-16 Thread Boyle Owen
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.

Compiling on Solaris8

2002-10-16 Thread Mark
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_