FastCGI-Archives / fcgi2

FastCGI.com fcgi2 Development Kit fork from http://repo.or.cz/fcgi2.git + last snapshot
Other
216 stars 72 forks source link

close flags -G ,when produce configure use by autoconf? #26

Open 372979131 opened 5 years ago

372979131 commented 5 years ago

Hello when,produce configue use by autoconf,when compile fcgi. I found configue have -G flag,This Maybe cause link error ,unsatisfied symbol _mcount error.

How can i close -G flag when proudce configue,use the autoconf.

ths ~~~~

372979131 commented 5 years ago

@tehnick

372979131 commented 5 years ago

@mcarbonneaux

mcarbonneaux commented 5 years ago

they sound like https://github.com/FastCGI-Archives/fcgi2/issues/24 ... _mcount is gnu gcc tool chain related...

you compile on linux ? or oldish unix ? you use gnu gcc to compile ?

372979131 commented 5 years ago

I compile on HP-UX HPUX80 B.11.31 OS and aCC 。

372979131 commented 5 years ago

I see the configure file,in HP os case, I alleged where the flag -G add ,add how can i close the -G flag

mcarbonneaux commented 5 years ago

configue file is generated by installed autotool in your os... sometime old autotool can make many problem in compilation... try most recent autotool... and prefere gcc in place on hp-ux acc