Re: CPP test program fails for x64 platform

2011-04-01 Thread Dmitry Katsubo
On 31.03.2011 18:50, Matthias Klose wrote: >> My questions to the community are: >> - Why extern "C" causes GCC not to find "log" and "pow" from libm, >> needed by libnetpbm? >> - Why exactly the same configure script works OK for x32 platform? >> - How to overcome the problem? > > caused by the l

Re: CPP test program fails for x64 platform

2011-03-31 Thread Matthias Klose
On 31.03.2011 18:29, Dmitry Katsubo wrote: > Dear developers, > > I hope somebody in this maillist can help me with my (perhaps trivial) > problem. > > I have written autoconf script, which among all other checks performs > the following test: > > AC_LANG([C++]) > ... > AC_SEARCH_LIBS([pnm_readp

CPP test program fails for x64 platform

2011-03-31 Thread Dmitry Katsubo
Dear developers, I hope somebody in this maillist can help me with my (perhaps trivial) problem. I have written autoconf script, which among all other checks performs the following test: AC_LANG([C++]) ... AC_SEARCH_LIBS([pnm_readpnminit], [netpbm pnm]) The resulting configure script works fine