Re: Error in om-make-ipkg

2009-02-05 Thread Lally
Libtool is often a pain in the rear. If scripts & env vars don't work, there's always some symlink hackery to try. On Wed, Feb 4, 2009 at 2:51 PM, Anton Persson (via Nabble) wrote: > I have a similar issue, and doing environment-setup and then setup-env does > NOT work for me.. :-( Why is libto

Re: Error in om-make-ipkg

2009-02-05 Thread Anton Persson
I solved the problem by moving all .la files in /usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/usr/lib/ to another directory... not so pretty maybe, but it worked... By the way, I am building my own library and the autogenerated .la-file for that contains no references to /usr/lib... So I gue

Re: Error in om-make-ipkg

2009-02-05 Thread Anton Persson
Another strange note; this is all working fine on my other Ubuntu machine (a AMD64 machine running ubuntu 8.04), the NON working machine is running I686 ubuntu 8.10... The toolchain for the AMD64-bit machine was installed half a year ago, and the I686 machine was installed two days ago... Go figure

Re: Error in om-make-ipkg

2009-02-05 Thread Anton Persson
I noted that many (all?) .la files in /usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/usr/lib/ contain references in dependency_libs to /usr/local and not the toolchain directory... These are directly used by libtool and causes the problem... The question is; why are these references in there? S

Re: Error in om-make-ipkg

2009-02-04 Thread Anton Persson
I have a similar issue, and doing environment-setup and then setup-env does NOT work for me.. :-( Why is libtool so stuborn?! On Sun, Feb 1, 2009 at 8:44 AM, Lally wrote: > > I had the same problem. > > . /usr/local/openmoko/arm/environment-setup > . /usr/local/openmoko/arm/setup-env > > Fixed i

Re: Error in om-make-ipkg

2009-01-31 Thread Lally
I had the same problem. . /usr/local/openmoko/arm/environment-setup . /usr/local/openmoko/arm/setup-env Fixed it. Kd wrote: > > I am not using Ubuntu 8.10, I manually installed libtool again, but it is > again giving me the error. > The problem is libtool is accessing "/usr/lib" for that fil

Re: Error in om-make-ipkg

2009-01-29 Thread Ketaki Deo
I am not using Ubuntu 8.10, I manually installed libtool again, but it is again giving me the error. The problem is libtool is accessing "/usr/lib" for that file instead of using "/usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/usr/lib/" On Tue, Jan 27, 2009 at 4:49 PM, Matthias Camenzind wrot

Re: Error in om-make-ipkg

2009-01-27 Thread Ketaki Deo
Hey, I have installed everything that is required for the toolchain. the toolchain works fine when I am using it for the sample program provided by them. But, when I change the package name and put my own source files into it, it starts giving me that error. On Wed, Jan 14, 2009 at 1:22 PM, Juan