------- Additional Comments From gj at pointblue dot com dot pl  2005-01-21 
09:43 -------
procedure was simple. The distro I am using on my amd64 is PLD 
(www.pld-linux.org). 
I got their openssl.spec, changed .rpmmacros to use gcc-4.0 for compilaition. 
gcc was prepared from sources, I do recompile it quite often. 
 
what params spec is giving to ./config in openssl ? 
 
./Configure --openssldir=%{_var}/lib/%{name} linux-x86_64 shared debug 
I've added debug, and --save-temps to OPTFLAGS, so I can get dumps. 
 
where --openssldir doesn't matter in that case. 
>From that compiler uses: 
gcc-4.0 -fPIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H 
-DOPENSSL_NO_KRB5 -m64 -DL_ENDIAN -DTERMIO -O2 -g --save-temps -Wall 
-DMD32_REG_T=int   -c  plus some -I options. 
 
I'll attach both full *.i and *.s file for (probably) the one that crashes. 
 
I can provide you with access to that box if needed, or put somewhere tar.bz2 
of build tree of made sources. Whatever. 
 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19558

Reply via email to