in reply to Re^2: Help with HTTP::GHTTP
in thread Help with HTTP::GHTTP

For the The *** flag is not recognized errors, try to minimize the optimization flags you are using, so one more problem is if you are using the -shared flag, this flag is not need if you use the -G flag to make the shared library.

Replies are listed 'Best First'.
Re^4: Help with HTTP::GHTTP
by Anonymous Monk on Aug 27, 2015 at 00:07 UTC
    It also looks like hes not using gcc -- gcc seems to make life easier as its more tested than whatever aix compiler OPs using