You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Albert E. Whale, CISSP" <ae...@ABS-CompTech.com> on 2003/04/02 22:04:49 UTC

[users@httpd] Compile time switch for linker

I have found that the FAQ ID 3433 from Sun addresses the 'Fatal: 
relocation error:' on sun using gcc compilers.

Anyway, the solution is to use the GNU Linker with the --export-dynamic 
argument to pass all externals to the final binary.  

Can I implement this in the Configure command?  What is the Syntax for this?

-- 
Albert E. Whale, CISSP
http://www.abs-comptech.com
----------------------------------------------------------------------
ABS Computer Technology, Inc. - ESM, Computer & Networking Specialists
Sr. Security, Network, and Systems Consultant
Founding Board of Directors of Pittsburgh FBI - InfraGard




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Compile time switch for linker

Posted by "John P. Dodge" <do...@cruciate.ca.boeing.com>.
This should be in CFLAGS='--export-dynamic' or possibly in
LDFLAGS='--export-dynamic'.


On Wed, 2 Apr 2003, Albert E. Whale, CISSP wrote:

> I have found that the FAQ ID 3433 from Sun addresses the 'Fatal:
> relocation error:' on sun using gcc compilers.
>
> Anyway, the solution is to use the GNU Linker with the --export-dynamic
> argument to pass all externals to the final binary.
>
> Can I implement this in the Configure command?  What is the Syntax for this?
>
> --
> Albert E. Whale, CISSP
> http://www.abs-comptech.com
> ----------------------------------------------------------------------
> ABS Computer Technology, Inc. - ESM, Computer & Networking Specialists
> Sr. Security, Network, and Systems Consultant
> Founding Board of Directors of Pittsburgh FBI - InfraGard
>
>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>

----------------------------------------
"Mon aƩroglisseur est plein d'anguilles"
John P. Dodge
Boeing Shared Services


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org