-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi all,

I'm trying to compile sources that need the dlfcn.h functions, and while
the "configure" script finds the header, I get errors while "making". I
digged in the mailing list archive, and found that these functions have
been a pain in the ass for a long time, but I didn't found a way to get
read of the errors.

the --prefix=/sw was all that I found to be usable...

./configure --disable-debug --prefix=/sw
make

| src/core/module.cpp:35:81: dlfcn.h: No such file or directory
| src/core/library.cpp: In member function `void C_Library<Type,
Arg>::Load()
|    [with Type = C_Module, Arg = void*]':
| src/core/module.cpp:161:   instantiated from here
| src/core/library.cpp:79: `RTLD_NOW' undeclared (first use this function)
| src/core/library.cpp:79: (Each undeclared identifier is reported only
once for
|    each function it appears in.)
| src/core/library.cpp:79: `dlopen' undeclared (first use this function)
| src/core/module.cpp:161:   instantiated from here
| src/core/library.cpp:89: `dlsym' undeclared (first use this function)
| src/core/library.cpp: In member function `C_String C_Library<Type,
|    Arg>::GetLoaderError() [with Type = C_Module, Arg = void*]':
| src/core/library.cpp:82:   instantiated from `void C_Library<Type,
Arg>::Load() [with Type = C_Module, Arg = void*]'
| src/core/module.cpp:161:   instantiated from here
| src/core/library.cpp:173: `dlerror' undeclared (first use this function)
| src/core/library.cpp: In member function `void C_Library<Type,
Arg>::Unload()
|    [with Type = C_Module, Arg = void*]':
| src/core/library.cpp:66:   instantiated from `void C_Library<Type,
Arg>::C_Library() [with Type = C_Module, Arg = void*]'
| src/core/module.cpp:177:   instantiated from here
| src/core/library.cpp:129: `dlclose' undeclared (first use this function)
| make: *** [obj/core/module.o] Error 1

any help ?

Thanks,

Pejvan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+I1pkzypaBEy7Mg0RAqjzAJ9ZDL9DF43y2iZW+tP8HUCrSoU3SQCfXuMq
wjBthHD+D0mzLh8fmBp1Gpg=
=fH4t
-----END PGP SIGNATURE-----



-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to