Displaying 2 results from an estimated 2 matches for "libhshout".
Did you mean:
ibshout
2004 Aug 06
2
Can't compile ices kh static
Hello,
I have oen trouble to compile ices kh 57 as a static executable.
I built ogg, vorbis, libhshout with enable-static.
ld.so.conf is up to date to find shared libs.
When I compile ices non static, everything is ok.
But when I add
export LDFLAGS="-static"
before calling configure for ices, then I get this error message:
configure: error: Need libshout-kh release
I'm using only li...
2004 Aug 06
0
Can't compile ices kh static
On Mon, 2004-03-15 at 10:18, iceuse@kezako.net wrote:
> Hello,
> I have oen trouble to compile ices kh 57 as a static executable.
> I built ogg, vorbis, libhshout with enable-static.
The default settings should allow for building both static and shared
libs.
> ld.so.conf is up to date to find shared libs.
> When I compile ices non static, everything is ok.
> But when I add
> export LDFLAGS="-static"
> before calling configure for...