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
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
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
3 matches
Mail list logo