I'm not sure if its libtool, I'm running version: ltmain.sh (GNU libtool) 1.4 (1.920 2001/04/24 23:26:18) on redhat 7.2 then re-installed the RPM
I'm not sure anymore if I'm doing this right... what I did was. I built pgserver: % ./autogen.sh % ./configure --host=x86 --target=arm --exec-prefix=/home/eradi/PICOGUI/pgui-dev/RAM --prefix=/home/eradi/PICOGUI/pgui-dev/RAM --with-profile=/home/eradi/PICOGUI/pgui-dev/pgserver/profiles/profile.zaurus % make config (if changes are needed) % make % make install Manually copied the headers to cli_c include/picogui then in cli_c ./autogen.sh % ./configure --host=x86 --target=arm --exec-prefix=/home/eradi/PICOGUI/pgui-dev/RAM --prefix=/home/eradi/PICOGUI/pgui-dev/RAM --with-profile=/home/eradi/PICOGUI/pgui-dev/pgserver/profiles/profile.zaurus % make (thats where the problem is...) Any other suggestions... Thanks ----- Original Message ----- From: Philippe Ney Sent: 6/13/2002 4:01:33 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [Pgui-devel] Build Error Problem > Hello, > Maybe due to your libtool, what version do you have? > (I have 1.4.2a) > Seems that libtool doesn't give the lib name to gcc > > > dlg_colorpicker.lo applet.lo -Wl,-soname -Wl, -o .libs/ > ought to be something like > dlg_colorpicker.lo applet.lo -Wl,-soname -Wl,libpgui.so.0 -o > .libs/libpgui.so.0.0.0 > > Or maybe your gcc is not your arm-linux-gcc ... > > -philippe > > > Hi, > > > > I'm having a problem building cli_c for SA-ARM. (I got the latest > > snapshot file today) > > > > At the end of the build process it does: > > > > /bin/sh ../libtool --mode=link gcc -g -O2 -o libpgui.la -rpath > > /home/eradi/PICOGUI/pgui-dev/RAM/lib api.lo netcore.lo pgfx.lo > > pgfx_canvas.lo pgfx_bitmap.lo stddialog.lo dlg_datepicker.lo > > dlg_fontpicker.lo dlg_filepicker.lo dlg_colorpicker.lo applet.lo > > rm -fr .libs/libpgui.la .libs/libpgui.* .libs/libpgui.* > > gcc -shared api.lo netcore.lo pgfx.lo pgfx_canvas.lo pgfx_bitmap.lo > > stddialog.lo dlg_datepicker.lo dlg_fontpicker.lo dlg_filepicker.lo > > dlg_colorpicker.lo applet.lo -Wl,-soname -Wl, -o .libs/ > > /usr/local/arm/2.95.3/arm-linux/bin/ld: cannot open output file .libs/: > > Is a directory > > collect2: ld returned 1 exit status > > make[2]: *** [libpgui.la] Error 1 > > make[2]: Leaving directory `/home/eradi/PICOGUI/pgui-dev/cli_c/src' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/home/eradi/PICOGUI/pgui-dev/cli_c' > > make: *** [all-recursive-am] Error 2 > > > > How do I fix that?! > > > > Thanks > > > > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas - >http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > _______________________________________________ > Pgui-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/pgui-devel _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
