[openssl.org #670] -fPIC flag missing for asm/des_enc-sparc.

2014-06-27 Thread Rich Salz via RT
Never heard back about the .S file mentioned in the report, so resolving this.

__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org


[openssl.org #670] -fPIC flag missing for asm/des_enc-sparc.

2014-06-27 Thread Rich Salz via RT
Never heard back about the .S file mentioned in the report, so resolving this.

__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org


Re: [openssl.org #670] -fPIC flag missing for asm/des_enc-sparc.

2003-09-29 Thread Peter Sylvester
 
 Uhmm, which OpenSSL version are you talking about?  I can't find
 des_enc-sparc.S anywhere in my copy of the 0.9.7 branch...
 
 [EMAIL PROTECTED] - Tue Jul 29 17:06:13 2003]:
 
It is in the latest branch in crypto/des/asm (at least after make).

It seems that my problem went away with an install of a newer gcc version
or some other as...  

  
  it seems that in the current snapshots the shared
  option for solaris does not work correctly.
  
  Compilation in crypto/des of
  
 gcc  -c -o asm/des_enc-sparc.o asm/des_enc-sparc.S
  
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]


[openssl.org #670] -fPIC flag missing for asm/des_enc-sparc.

2003-09-27 Thread Richard Levitte via RT

Uhmm, which OpenSSL version are you talking about?  I can't find
des_enc-sparc.S anywhere in my copy of the 0.9.7 branch...

[EMAIL PROTECTED] - Tue Jul 29 17:06:13 2003]:

 
 it seems that in the current snapshots the shared
 option for solaris does not work correctly.
 
 Compilation in crypto/des of
 
gcc  -c -o asm/des_enc-sparc.o asm/des_enc-sparc.S
 
 should probably be
 
gcc -fPIC -c -o asm/des_enc-sparc.o asm/des_enc-sparc.S
 
 in order not to provoke a linker error.
 
 
 __
 OpenSSL Project http://www.openssl.org
 Development Mailing List   [EMAIL PROTECTED]
 Automated List Manager   [EMAIL PROTECTED]


-- 
Richard Levitte
[EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]


[openssl.org #670] -fPIC flag missing for asm/des_enc-sparc.

2003-07-29 Thread Peter Sylvester via RT


it seems that in the current snapshots the shared
option for solaris does not work correctly.

Compilation in crypto/des of 

   gcc  -c -o asm/des_enc-sparc.o asm/des_enc-sparc.S

should probably be 

   gcc -fPIC -c -o asm/des_enc-sparc.o asm/des_enc-sparc.S

in order not to provoke a linker error. 


__
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]