Hello Icecast group, I have a problem with compiling lame or other programms, I get always the message from stupid libtool libtool is installed, I use Solaris9 (sunOS 5.9) has any person a idea? thank you for help Daniel # make cd . \ && CONFIG_FILES= CONFIG_HEADERS=config.h \ /bin/bash ./config.status config.status: creating config.h config.status: config.h is unchanged config.status: executing default-1 commands make all-recursive make[1]: Entering directory `/lame-3.93.1' Making all in mpglib make[2]: Entering directory `/lame-3.93.1/mpglib' /bin/bash ../libtool --mode=link gcc -O3 -fomit-frame-pointer -ffast-math -funroll-loops -mcpu=ultrasparc -mtune=ultrasparc -Wall -o libmpgdecoder.la common.lo dct64_i386.lo decode_i386.lo interface.lo layer1.lo layer2.lo layer3.lo tabinit.lo -lsocket rm -fr .libs/libmpgdecoder.la .libs/libmpgdecoder.* .libs/libmpgdecoder.* ar cru .libs/libmpgdecoder.al common.lo dct64_i386.lo decode_i386.lo interface.lo layer1.lo layer2.lo layer3.lo tabinit.lo ../libtool: ar: command not found make[2]: *** [libmpgdecoder.la] Error 127 make[2]: Leaving directory `/lame-3.93.1/mpglib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/lame-3.93.1' make: *** [all] Error 2 --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Tue, 2003-01-21 at 13:40, Daniel Knoll wrote:> Hello Icecast group, > > I have a problem with compiling lame or other programms, I get always the > message from stupid libtool > libtool is installed, I use Solaris9 (sunOS 5.9) > has any person a idea?..> ar cru .libs/libmpgdecoder.al common.lo dct64_i386.lo decode_i386.lo > interface.lo layer1.lo layer2.lo layer3.lo tabinit.lo > ../libtool: ar: command not foundthis sounds like a missing package, looking at http://docs.sun.com/db/doc/816-1913/6m8a3b427?a=view SUBWbtool looks like what you want. karl. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
I run LAME-3.92 on Solaris 9. The ar binary is there, but its path is obscure to linux-based configurations. The ar binary is located in /usr/ccs/bin/ar . /usr/ccs/bin needs to be in your path if you expect to compile anything on Suns. <p>+------------------------- + Dave Dennis + Seattle, WA + dmd@speakeasy.org + http://www.dmdennis.com +------------------------- On 21 Jan 2003, Karl Heyes wrote:> On Tue, 2003-01-21 at 13:40, Daniel Knoll wrote: > > Hello Icecast group, > > > > I have a problem with compiling lame or other programms, I get always the > > message from stupid libtool > > libtool is installed, I use Solaris9 (sunOS 5.9) > > has any person a idea? > .. > > > ar cru .libs/libmpgdecoder.al common.lo dct64_i386.lo decode_i386.lo > > interface.lo layer1.lo layer2.lo layer3.lo tabinit.lo > > ../libtool: ar: command not found > > this sounds like a missing package, looking at > > http://docs.sun.com/db/doc/816-1913/6m8a3b427?a=view > > SUBWbtool looks like what you want. > > karl. > > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-request@xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. ><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.