Re: [users@httpd] How to compile Apache without dynamic libraries

2013-03-04 Thread Santiago DIEZ
Hi Eric, Thank you for your concern. Unfortunately, I can't use your help. I mean, I don't fully understand what I'm supposed to do with *"use libgcc specific info for static usage"*. I found the switch *-static-libgcc* in gcc man page but I have no idea where to add it when compiling. I'm not us

Re: [users@httpd] How to compile Apache without dynamic libraries

2013-03-01 Thread Eric Covener
> But what I would like to do is to re-compile Apache so that it includes the > library into the standalone program. > How is that possible? > libgcc_s is a special case, so you probably want to use the libgcc_s specific info for static usage. -

[users@httpd] How to compile Apache without dynamic libraries

2013-03-01 Thread Santiago DIEZ
Hi all, I'm Santiago from Paris, France, new subscriber to this mailing list. Hope I will be of some help even though I just completed today my very first compilation of Apache HTTP from source. So as I said, I just compiled Apache HTTP from source. It's working fine so I'm very happy and proud.