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
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
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