> Hi,
> i try to compile xsane-0.41 on SunOS  5.6 Generic_105181-16 sun4u sparc
> SUNW,Ultra-1System = SunOS
> with gcc version 2.8.1. with xsane-0.37 i have no problem.
> here the error
>
> making all in frontend
> make[1]: Entering directory `/tmpdir/xsane-0.41/frontend'
> gcc  -o xsane xsane-back-gtk.o xsane-front-gtk.o xsane-gamma.o
> xsane-preview.o xsane-preferences.o xsane-setup.o xsane-save.o
> xsane-scan.o xsane-icons.o xsane.o ../sanei/libsanei.a \
>         ../lib/liblib.a -lgimp -L/tmpdir/Software/lib -L/usr/openwin/lib
> -R/usr/openwin/lib -lgtk -lgdk -lgmodule -lglib -ldl -lXext -lX11
> -lsocket -lnsl -lm -ldl -ltiff -ljpeg -lz -lm
> Undefined                       first referenced
>  symbol                             in file
> sane_read                           xsane-preview.o
> sane_get_parameters                 xsane-preview.o
> sane_close                          xsane-back-gtk.o
> sane_strstatus                      xsane-back-gtk.o
> sane_cancel                         xsane-preview.o
> sane_exit                           xsane-scan.o
> sane_set_io_mode                    xsane-preview.o
> sane_start                          xsane-preview.o
> sane_open                           xsane.o
> sane_init                           xsane-scan.o
> sane_get_select_fd                  xsane-preview.o
> sane_get_devices                    xsane-scan.o
> sane_get_option_descriptor          xsane-back-gtk.o
> sane_control_option                 xsane-back-gtk.o
> ld: fatal: Symbol referencing errors. No output written to xsane
> make[1]: *** [xsane] Error 1
> make[1]: Leaving directory `/tmpdir/xsane-0.41/frontend'
> make: *** [all-recursive] Error 1
>
Hi,
on your system libsane is not linked to xsane.
Please do:
make distclean
./configure >configure.output
and send me configure.output and config.log
please also tell me where your sane libs are installed!
Bye
Oliver
-- Homepage: http://www.wolfsburg.de/~rauch sane-umax: http://www.wolfsburg.de/~rauch/sane/sane-umax.html xsane: http://www.wolfsburg.de/~rauch/sane/sane-xsane.html E-Mail: mailto:Oliver.Rauch@Wolfsburg.DE
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com