On Sat, Jun 28, 2003 at 04:02:15AM -0400, patrick wrote: > Hello all. > > I did some poking around and saw that some people have managed to get > PicoGUI working under uClinux with uCdimm. I have tried to do this, but > have not yet been successful. > > I am using uClinux-dist-20030522 and m68k-elf-tools-20030314, and > picogui-0.45. I run the m68k-elf-tools as normal, and compile the > uClinux-dist-20030522 as normal using uClibc and kernel 2.4.x. > > For PicoGUI I perform the following: > > ./configure --build=m68k-elf --host=`./config.guess` --with-prefix=m68k-elf > > I then proceed to issue a "make". After some time, I get the following > error: > > libtool: link: cannot build libtool library 'libwidget.la` from > non-libtool objects on this host: > /opt/uClinux/uClinux-dist-20030522b/lib/uClibc/lib/crt0.o > > Can somebody please point me in the right direction to tell me what I am > doing wrong? I did some other research and found that libtool does "not > exist on uClinux", but I could not find a way to disable it.
This definitely looks like either a broken toolchain or a broken libtool. Now, dynamic libraries AFAIK don't exist in uClinux, but libtool should still work- unless you have the "libpgserver" option enabled, it's only being used to generate static libraries used as temporary files in the build process. --Micah -- Only you can prevent creeping featurism! ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
