fcgi2 icon indicating copy to clipboard operation
fcgi2 copied to clipboard

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

Open 372979131 opened this issue 5 years ago • 6 comments

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 avatar Jun 26 '19 13:06 372979131

@tehnick

372979131 avatar Jun 26 '19 13:06 372979131

@mcarbonneaux

372979131 avatar Jun 27 '19 01:06 372979131

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 ?

mcarbonneaux avatar Jun 27 '19 09:06 mcarbonneaux

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

372979131 avatar Jun 27 '19 09:06 372979131

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

372979131 avatar Jun 27 '19 09:06 372979131

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

mcarbonneaux avatar Oct 02 '19 18:10 mcarbonneaux