Displaying 1 result from an estimated 1 matches for "1228131".
Did you mean:
1028131
2004 Aug 06
3
Adventures with icecast2
On Wed, 6 Jun 2001, Michael Smith wrote:
> > $(CC) -o example example.c -L../src -lshout -L../../log -logg -lvorbis
> >
> >The question being, is it getting libshout from ../src or from /usr/lib?
>
> Try linking it with an explicit library (like
> gcc -o example example.c ../src/libshout.a (plus other arguments that it
> needs)
>
> That'll at least ensure