well, maybe i'm doing this wrong, but i added -Xlinker -flatnamespace
to CCFLAGS and this is the last bit of output:

cc -DMONOLITH -I../include -fPIC -DTHREADS -D_REENTRANT -O3 -D_DARWIN
-DB_ENDIAN -Xlinker -flatnamespace   -c -o openssl.o openssl.c
cc: -flatnamespace: linker input file unused since linking not done
rm -f openssl
cc -o openssl -DMONOLITH -I../include -fPIC -DTHREADS -D_REENTRANT -O3
-D_DARWIN -DB_ENDIAN -Xlinker -flatnamespace openssl.o verify.o
asn1pars.o req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o
ca.o pkcs7.o crl2p7.o crl.o rsa.o rsautl.o dsa.o dsaparam.o x509.o
genrsa.o gendsa.o s_server.o s_client.o speed.o s_time.o apps.o s_cb.o
s_socket.o app_rand.o version.o sess_id.o ciphers.o nseq.o pkcs12.o
pkcs8.o spkac.o smime.o rand.o  -L.. -lssl -L.. -lcrypto
/usr/bin/ld: unknown flag: -flatnamespace
make[1]: *** [openssl] Error 1
make: *** [sub_all] Error 1

On Mon, Jul 15, 2002 at 04:56:34PM +0200, [EMAIL PROTECTED] via RT wrote:
> 
> I don't have a Mac, but I took the liberty of forwarding the trouble
> report to Chris Roberts, who compiles and packages openssl for the
> OSXGNU project. I am appending the reply. Does adding the linker
> option "-flatnamespace" fix the problem for those with Macs?
>                               Doug

-- 
Jonathan Louie

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

Reply via email to