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

Reply via email to