I'm too tired to be dispensing advice ... =)
Chris
And I'm too tired to be receiving it - it's 16:30 on a Friday afternoon - brain is mush... must get it working....
Tom Peck wrote:
> on a locate of libshout, I find the library sitting here:
>
> /usr/local/lib/libshout.so.1.0.0
> /usr/local/lib/libshout.so.1
> /usr/local/lib/libshout.so
> /usr/local/lib/libshout.la
> /usr/local/lib/libshout.a
>
> Anybody know what to do from here? I'm so close!!
ln -s /usr/local/lib/libshout.a /usr/lib
no luck, still get:
checking for shout_init_connection in -lshout... (cached) no
on ./configure
Only mention of shout in config.log file:
configure:1346: checking for mkdir
configure:1399: checking for shout_init_connection in -lshout
configure:1447: checking for libc5
at the top of the Makefile created by ./configure:
PREFIX = /usr/local
HOME = /usr/local/obs
VERSION = 0.3.0
INCPATH = -Iutils -Ixmit -Ivolman -Impegutils -Inet -Iinclude -I..
LIBPATH = -Lutils -Lxmit -Lvolman -Lmpegutils -Lnet -L/usr/lib/mysql \
-L/usr/local/lib/mysql
LIBS = main/libmain.a xmit/libxmit.a volman/libvolman.a \
utils/libutils.a mpegutils/libmpegutils.a net/libnet.a \
-lmysqlclient -lpthread
SYSLIBS = -lmysqlclient -lpthread -lm
Could I put it in there somewhere?
I tried - I edited the Makefile file in the root, and also in the main/ directory, adding the libshout.a file to be included in the binary, and then when I did a 'make' it showed these lines:
make -C main
make[1]: Entering directory `/root/temp/obs/main'
g++ -Wall -g -O2 -D_REENTRANT -c -I../utils -I../xmit -I../volman -I../mpegutils -I../net -I../include -I.. -DPREFIX="\"/usr/local/obs\"" -DLOGDIR="\"/usr/local/obs/logs\"" Main.cpp
g++ -Wall -g -O2 -D_REENTRANT -c -I../utils -I../xmit -I../volman -I../mpegutils -I../net -I../include -I.. Config.cpp
ar -r libmain.a libshout.a Main.o Config.o
g++ -o obsd -Lutils -Lxmit -Lvolman -Lmpegutils -Lnet -L/usr/lib/mysql -L/usr/local/lib/mysql main/libshout.a main/libmain.a xmit/libxmit.a volman/libvolman.a utils/libutils.a mpegutils/libmpegutils.a net/libnet.a -lmysqlclient -lpthread -lmysqlclient -lpthread -lm
So i assumed it added the file.. (which I had copied to the main/ dir) but I still get the same damn error when trying to run the program..
Are you sure it should be the libshout.a - and not the .so ?
Don't worry about it for now - I won't be doing any more on it until tomorrow anyway, where I will be in front of the PC, and hopefully with a clear head...
You'll hear from me then :-)
Have a good weekend.
Tom
_______________________________________________ Obs-dev mailing list [EMAIL PROTECTED] http://www.freeamp.org/mailman/listinfo/obs-dev
