Re: esound compilation problem



> sounds like a missing header file/library.
> make sure you have glibc, audiofile and their header files.

Here are some more details:
esddsp.c includes: #include <dlfcn.h>
/usr/include/dlfcn.h defines RTLD_NEXT: # define RTLD_NEXT ((void *) -1l)


Here's the command again:

/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I. -I/home/guest/wfdavis/stuff/include    -g -O2 -c esddsp.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/guest/wfdavis/stuff/include -g -O2
-c -fPIC -DPIC esddsp.c -o esddsp.lo
esddsp.c: In function `open':
esddsp.c:172: `RTLD_NEXT' undeclared (first use in this function)
esddsp.c:172: (Each undeclared identifier is reported only once
esddsp.c:172: for each function it appears in.)
esddsp.c: In function `ioctl':
esddsp.c:373: `RTLD_NEXT' undeclared (first use in this function)
esddsp.c: In function `close':
esddsp.c:392: `RTLD_NEXT' undeclared (first use in this function)
make: *** [esddsp.lo] Error 1

Anyone have any ideas?

Thanks,
Wayne





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]