[sane-devel] Problems porting to cygwin
Jim.George
jim.george at blueyonder.co.uk
Tue Jun 4 20:44:10 BST 2002
Folks,
This is my first attempt at porting sane to cygwin.
So far everything has been going smoothely, until I get to make
install when it complains that it can't find a file (see attached).
Could someone clear this up for me? I have compiled it with and
without the dynamic libraries but to no avail.
Kind Regards,
Jim
-------------- next part --------------
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
installing libsane-dll.la in /usr/local/lib/sane/libsane-dll.la...
/usr/bin/install -c .libs/libsane-dll.lai /usr/local/lib/sane/libsane-dll.la
/usr/bin/install -c .libs/libsane-dll.a /usr/local/lib/sane/libsane-dll.a
ranlib /usr/local/lib/sane/libsane-dll.a
chmod 644 /usr/local/lib/sane/libsane-dll.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/sane
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/sane
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
ln: creating symbolic link `libsane..1*' to `sane/libsane-dll..1*': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/usr/src/sane-backends-1.0.8/backend'
make: *** [install-recursive] Error 1
More information about the sane-devel
mailing list