search for: libtool_flags

Displaying 2 results from an estimated 2 matches for "libtool_flags".

2004 Aug 06
0
solved: building icecast2 on OpenBSD
...em to work.) line 54: replace -lpthread with -pthread 3. run `autogen.sh --help` to create the configure script without having it do its checks 4. configure: Open the configure script in an editor, search for "--no-verify" and delete that parameter from the line starting with "$libtool_flags" 5. run configure with the necessary parameters to find libogg, libvorbis and libcurl: $ ./configure --with-ogg-prefix=/usr/local \ --with-vorbis-prefix=/usr/local \ --with-curl=/usr/local 6. `gmake` 7. `sudo gmake install` 8. See if icecast2 works correctly...
2004 Aug 06
2
building icecast2 on OpenBSD
> > from source with no problem on Linux, but on my OBSD system the configure > bombs > > while checking for a function in libxslt... > > If you look at your config.log, you'll find the actual error to be > > ld: -lpthread: no match > > If you want threads on OpenBSD, -pthread is the way to go (it's a > wrapper saying "Do whatever you have to,