I still haven't been able to complete the make.

As you recomended I run "make depend" and at the end of it I got:

making dependencies test...
../util/domd .. -I../include -DNO_IDEA -DNO_DSA -DNO_RC5 -DNO_CAST  bntest.c
ideatest.c md2test.c  m
d4test.c md5test.c  hmactest.c  rc2test.c rc4test.c rc5test.c  destest.c
shatest.c sha1test.c mdc2te
st.c rmdtest.c  randtest.c dhtest.c casttest.c  bftest.c  ssltest.c
dsatest.c   exptest.c rsa_test.c
/usr/openwin/bin/makedepend: warning:  cannot open "ideatest.c"
/usr/openwin/bin/makedepend: warning:  cannot open "rc5test.c"
/usr/openwin/bin/makedepend: warning:  cannot open "casttest.c"
/usr/openwin/bin/makedepend: warning:  cannot open "dsatest.c"
making dependencies tools...



Then when doing "make", using cc, it failed at:

making all in test...
cc -I../include -KPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DNO
_IDEA -DNO_DSA -DNO_RC5
-DNO_CAST -DSOLARIS -D_POSIX_PTHREAD_SEMANTICS -DAGORA -g -DNO_ASM -xtarget=
ultra -xarch=v8plus -xO5
 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC  -c  bntest.c
cc: Warning: -g conflicts with auto-inlining, auto-inlining turned off
cc -o
bntest -I../include -KPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H 
-DNO_IDEA -DNO_DSA
 -DNO_RC5 -DNO_CAST -DSOLARIS -D_POSIX_PTHREAD_SEMANTICS -DAGORA -g -DNO_ASM
 -xtarget=ultra -xarch=v
8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC
bntest.o  -L.. -lcrypto -lsock
et -lnsl -ldl -lpthread -lsocket -lnsl -ldl
cc: Warning: -g conflicts with auto-inlining, auto-inlining turned off
make: Fatal error: Don't know how to make target `ideatest.o'
Current working directory
/export/software/openssl-0.9.6-stable-SNAP-20010324/test
*** Error code 1
make: Fatal error: Command failed for target `sub_all'


Then when doing "make", using gcc, it failed at:

making all in test...
gcc -I../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DN
O_IDEA -DNO_DSA -DNO_RC5
 -DNO_CAST -DSOLARIS -D_POSIX_PTHREAD_SEMANTICS -DAGORA -g -DNO_ASM -mcpu=ul
trasparc -O3 -fomit-fram
e-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DULTRASPARC  -c  bntest.c
gcc -o
bntest -I../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H 
-DNO_IDEA -DNO_DS
A -DNO_RC5 -DNO_CAST -DSOLARIS -D_POSIX_PTHREAD_SEMANTICS -DAGORA -g -DNO_AS
M -mcpu=ultrasparc -O3 -
fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DULTRASPARC
bntest.o  -L.. -lcrypto -lsocket -lnsl
-ldl -lpthread -lsocket -lnsl -ldl
make: Fatal error: Don't know how to make target `ideatest.o'
Current working directory
/export/software/openssl-0.9.6-stable-SNAP-20010324/test
*** Error code 1
make: Fatal error: Command failed for target `sub_all'


If I tried doing make after the configure with gcc it failed in the same
place as cc.

regards,

Alan


----- Original Message -----
From: "Richard Levitte - VMS Whacker" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, March 26, 2001 3:32 PM
Subject: Re: openssl-0.9.6a beta 2 on solaris 7


> From: "Alan McIlwain Perez" <[EMAIL PROTECTED]>
>
> ajm> That's new for me.
> ajm> So first I run the Configure and then "make update"?
>
> Actually, "make depend" should be sufficient.  Unfortunately, it's not
> obvious from the docs that it's needed, the only thing I could find is
> the folowing, in Configure:
>
>     ### (system 'make depend') == 0 or exit $? if $depflags ne "";
>     # Run "make depend" manually if you want to be able to delete
>     # the source code files of ciphers you left out.
>
> ajm> How do you make or install "makedepend"?
>
> You find the source on the net, you download it, you build it.
> However, look for things that might not be in your $PATH.  I found
> makedepend in /usr/openwin/bin, perhaps that's a place to look for you
> as well?
>
> Yet another way is to use gcc, but that may not be an option for
> you...
>
> ajm> I've tried it like this and it couldn't find makedepend and it
> ajm> obviouly failed when I did "make" after that.
>
> --
> Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
> Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
> Redakteur@Stacken   \      SWEDEN       \ or +46-709-50 36 10
> Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
> Member of the OpenSSL development team: http://www.openssl.org/
> Software Engineer, Celo Communications: http://www.celocom.com/
>
> Unsolicited commercial email is subject to an archival fee of $400.
> See <http://www.stacken.kth.se/~levitte/mail/> for more info.
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> Development Mailing List                       [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to