| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Wed May 24, 2006 6:57 am Post subject: ices-2.0.1 and libogg.la (source compile) UGLY HACK |
|
|
/bin/sh ../libtool --mode=link gcc -I/usr/include/libxml2 -pthread -g -O2 -o ices input.o cfgparse.o stream.o ices.o signals.o im_playlist.o reencode.o encode.o playlist_basic.o im_stdinpcm.o stream_shared.o metadata.o playlist_script.o audio.o resample.o im_oss.o im_alsa.o log/libicelog.la timing/libicetiming.la thread/libicethread.la avl/libiceavl.la -lasound -lvorbisenc -L/usr/local/lib -lshout -lvorbis -ltheora -lspeex -logg -L/usr/lib -lxml2 -lz -lm
libtool: link: cannot find the library `/usr/lib/libogg.la'
something tells me this shouldn't happen. No, I do not have libogg.la installed in /usr/lib and would prefer not to. Yes, according to the libtool line above and in every relevant file(config.log, Makefile, etc) it's supposed to be looking for libogg.la in /usr/local/lib where libogg.la is actually installed. The configure script finds it, Makefile is written with the correct location...i can't seem to figure out why...
I cured my ill by "cp -s /usr/local/lib/libogg.la /usr/lib"...but I HATE to have to do that. My directories are polluted enough...I like to keep things compiled natively seperated, and apparently so do most developers who use the default install location of /usr/local...go figger.
I've rarely gotten icecast/ices/liveice/darkice etc to run let alone compile on my slackware boxen...this is not something in my boxen that is doing this. i've checked and re-checked and re-checked my checks. maybe this time it will be different.
|
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Tue May 29, 2007 10:38 pm Post subject: |
|
|
I am having the exact problem and I dont know how to fix it?
how should I fix this problem? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue May 29, 2007 11:43 pm Post subject: |
|
|
I'd check the libogg-devel package you have installed, the file should be in there.
karl. |
|
| Back to top |
|
 |
|