Re: [openssl.org #47] Re: [openssl.org #146] make test fails in RC4 on Mac OS X

2002-07-15 Thread Mark Prior via RT
At 7:55 AM -0700 15/7/02, Doug Kaufman 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 th

Re: [openssl.org #47] Re: [openssl.org #146] make test fails in RC4 on Mac OS X

2002-07-15 Thread Jonathan Louie via RT
okay, it compiled with -flat_namespace, but still fails in make test, in what appears to be the same way. oh, just to be clear, this is my makefile's flag line: CFLAG= -fPIC -DTHREADS -D_REENTRANT -O3 -D_DARWIN -DB_ENDIAN \ -Xlinker -flat_namespace make report output: [maiko:~/Desktop/openssl

Re: [openssl.org #47] Re: [openssl.org #146] make test fails in RC4 on Mac OS X

2002-07-15 Thread Richard Levitte - VMS Whacker via RT
In message <[EMAIL PROTECTED]> on Mon, 15 Jul 2002 21:02:21 +0200 (METDST), "Jonathan Louie via RT" <[EMAIL PROTECTED]> said: rt> well, maybe i'm doing this wrong, but i added -Xlinker -flatnamespace rt> to CCFLAGS and this is the last bit of output: It's spelled -flat_namespace. -- Richard

Re: [openssl.org #47] Re: [openssl.org #146] make test fails in RC4 on Mac OS X

2002-07-15 Thread Jonathan Louie via RT
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 s

Re: [openssl.org #47] Re: [openssl.org #146] make test fails in RC4 on Mac OS X

2002-07-15 Thread [EMAIL PROTECTED] via RT
On Sun, 14 Jul 2002, Richard Levitte - VMS Whacker via RT wrote: > In message <[EMAIL PROTECTED]> on Sun, 14 Jul 2002 17:53:45 >+0200 (METDST), "Lutz Jaenicke via RT" <[EMAIL PROTECTED]> said: > > rt> This problem has already been reported before twice, but as no member > rt> of the OpenSSL de

[openssl.org #47] Re: [openssl.org #146] make test fails in RC4 on Mac OS X

2002-07-14 Thread Mark Prior via RT
At 5:53 PM +0200 14/7/02, Lutz Jaenicke via RT wrote: >This problem has already been reported before twice, but as no member >of the OpenSSL developers team has Mac OS/X arround, we cannot >debug the problem ourselves. >I will merge your report into ticket 47 and hope, that some Mac OS/X >user wi

[openssl.org #47] Re: [openssl.org #146] make test fails in RC4 on Mac OS X

2002-07-14 Thread Richard Levitte - VMS Whacker via RT
In message <[EMAIL PROTECTED]> on Sun, 14 Jul 2002 17:53:45 +0200 (METDST), "Lutz Jaenicke via RT" <[EMAIL PROTECTED]> said: rt> This problem has already been reported before twice, but as no member rt> of the OpenSSL developers team has Mac OS/X arround, we cannot rt> debug the problem ourselv