Re: esound compilation problem



on my computer, that header file comes from the glibc-devel package.  you
don't have all the headers for glibc installed, or they may be too old.
Asher


Wayne F Davis wrote:

> > 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
>
> _______________________________________________
> gnome-list mailing list
> gnome-list gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-list





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