Thanks for the reply, there's a weird line in the math.h file #include "math.h", my c++ is not good, so I don't know what it means. I made a local copy and commented out the line and it built successfully. Thanks for your reply.
Regards, Jamie Lipinski Lutz Jaenicke via RT wrote: > > [[EMAIL PROTECTED] - Tue Jun 11 19:53:21 2002]: > > > Hello, > > I'm getting the following error when I try and build openssh-0.9.6d > > while running the make command: > > > > cc -I.. -I../.. -I../../include -KPIC -DTHREADS -D_REENTRANT > > -DDSO_DLFCN > > -DHAVE_DLFCN_H -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend > > -Xa > > -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c rmd_one.c > > ar r ../../libcrypto.a rmd_dgst.o rmd_one.o > > You may get an error following this line. Please ignore. > > /usr/ccs/bin/ranlib ../../libcrypto.a > > making all in crypto/des... > > cc -I.. -I../.. -I../../include -KPIC -DTHREADS -D_REENTRANT > > -DDSO_DLFCN > > -DHAVE_DLFCN_H -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend > > -Xa > > -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -c set_key.c > > "/usr/include/math.h", line 7: cannot open include file (too many open > > files): <sys/feature_tests.h> > > "/usr/include/math.h", line 9: cannot open include file (too many open > > files): "math.h" > > I am not sure what is going on, but I would guess, that you have a kind > of infinite loop. In line 9 of math.h seems to be included from math.h, > which does not make sense to me. > > > Compiler version: > > odyssey%root%Jamie> cc -V > > cc: Sun WorkShop 6 update 2 C 5.3 2001/05/15 > > usage: cc [ options] files. Use 'cc -flags' for details > > > > O/S Version: > > SunOS odyssey 5.8 Generic_108528-14 sun4u sparc SUNW,Sun-Blade-1000 > > > > Any help you can provide is greatly appreciated. I have tried the > > builds on the beta version and version 0.9.6b, which is what we use. > > I'm setting up a firewall and trying to get openssl/openssh to work. > > You do have the same problems with 0.9.6b and 0.9.7-beta1, don't you. > For me it seems, that your build system is broken. > > Best regards, > Lutz -- ----------- Computing and Information Services Division ------------- Jamie Lipinski http://cisd.stsci.edu/support Network Security Manager 410-338-4847 [EMAIL PROTECTED] [EMAIL PROTECTED] x4400 Public Key: http://certserver.pgp.com 2048 RSA ---- CISD: Your partner for computing and information solutions ----- ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
