autotools usage question

2009-01-31 Thread Oguz Yarimtepe
Hi, I have a technical question about the usage of autotools. I am trying to compile a library for sh linux environment. I have the source and dev kit of sh linux. The library itself has a autogen.sh which runs autoconf,aclocal and automake. I ran it once to get the ./configure script. After it cr

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

cross compile problem

2009-02-14 Thread Oguz Yarimtepe
process it is trying to link with the lib under /usr/lib. I don't know what the problem is, will be happy if someone help. [1] http://rafb.net/p/70YXQh94.html [2] http://rafb.net/p/enA0LQ84.html [3] http://rafb.net/p/vLsB.html -- Oguz Yarimtepe http://www.loopbacking