autoconf error help?

rutabegaa

Registered
Hello.

I am new to unix compiling and don't know how to solve this problem.
I think that autoconf can't find the correct lib .. (?) either because my path is wrong or i don't have it??

the error i'm getting looks like:

configure.in:57: warning: AC_TRY_RUN called without default to allow cross compiling
autoconf: Undefined macros:
configure.in:40:AC_LIBTOOL_DLOPEN

after which the configure script also won't run...

help?

-ruty
 
Also... I don't seem to have any man-pages for autoconf
so all i have to go on is:


Usage: autoconf [-h] [--help] [-m dir] [--macrodir=dir]
[-l dir] [--localdir=dir] [--version] [template-file]


can anyone point me in a good direction for a reference?
 
Back
Top