Re: autotools usage question

2009-02-02 Thread Oguz Yarimtepe
More clear output after i run the make clean $ ./configure --host="sh4-linux" --prefix="/st710x/usrlocal/efls" --x-includes="/opt/STM/STLinux-2.2/devkit/sh4/target/usr/X11R7/include" --x-libraries="/opt/STM/STLinux-2.2/devkit/sh4/target/usr/X11R7/lib" LDFLAGS=-L"/st710x/usr/lib" LDFLAGS=-L"/opt/ST

Re: autotools usage question

2009-02-02 Thread Oguz Yarimtepe
Hi, > > This error has nothing to do with the shell that is used to interpret > the libtool script, but more with libtool and how it finds dependent > libraries. You might have to pass to the link the library directory > where the libjpeg (compiled for sh4-linux) may be found, as in > LDFLAGS=-L

Re: autotools usage question

2009-02-01 Thread Ralf Wildenhues
Hello Oguz, * Oguz Yarimtepe wrote on Sat, Jan 31, 2009 at 10:21:44PM CET: > ./configure --host="sh4-linux" --prefix="/st710x/usr/local/efls" > --x-includes="/opt/STM/STLinux-2.2/devkit/sh4/target/usr/X11R7/include" > --x-libraries="/opt/STM/STLinux-2.2/devkit/sh4/target/usr/X11R7/lib" > > make