May 01, 2004

Compiling Life III

Unfortunately I don't know enough C to fix this one so I'm stuck for the time being:

gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -g -O2 -c ldap.c -MT ldap.lo -MD -MP -MF .deps/ldap.TPlo -fno-common -DPIC -o .libs/ldap.lo ldap.c: In function `DynaOpen': ldap.c:88: error: `RTLD_LAZY' undeclared (first use in this function) ldap.c:88: error: (Each undeclared identifier is reported only once ldap.c:88: error: for each function it appears in.) ldap.c:89: warning: assignment makes pointer from integer without a cast ldap.c: In function `DynaGetFunction': ldap.c:114: warning: assignment makes pointer from integer without a cast make[2]: *** [ldap.lo] Error 1 make[1]: *** [all] Error 2 make: *** [all-recursive] Error 1
Posted by TMLutas at May 1, 2004 06:53 AM