errors with hidden symbols and apache

Edward Peschko esp5@pge.com
Fri Sep 3 22:43:00 GMT 2004


hey all, 

I'm trying to compile apache/mod_perl with DSO, on solaris 5.8, and am getting

	/opt/tools/mdss/dev/2.8/bin/ld: libhttpd.ep: hidden symbol `__floatdisf' in /opt/tools/install/bin/../lib/gcc-lib/sparc-sun-solaris2.8/3.3.2/libgcc.a(_floatdisf.oS) is referenced by DSO

(when I try 3.4.1 - I get a different hidden symbol error).


This is truly a show-stopper for the 3.x series - no matter what I do I can't 
get rid of the error, and I have to regress back to 2.95.3 to make it works.
But it does work, so I'm assuming the bug is in the compiler.

Anyways, to reproduce, get:

	apache_1.3.31
	perl-5.8.5
	mod_perl-1.29

and compile mod_perl with

/opt/tools/mdss/test/2.8/bin/perl Makefile.PL  APACHE_PREFIX=/opt/tools/mdss/test/2.8 APACHE_SRC=apache_1.3.31/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACI_ARGS='--enable-rule=SHARED_CORE' ADD_MODULE=so

make

It will recompile apache as part of the install process.

Ed



More information about the Gcc mailing list