Following the instructions on 
http://www.linuxfromscratch.org/blfs/view/svn/general/unzip.html

make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux
make prefix=/usr install

libunzip.so does not get built.

These are the files that get installed:

drwxr-xr-x root/root         0 2006-10-19 23:04:19 usr/
drwxr-xr-x root/root         0 2006-10-19 23:04:19 usr/bin/
-rwxr-xr-x root/root    120944 2006-10-19 23:04:19 usr/bin/unzip
-rwxr-xr-x root/root      1188 2006-10-19 23:04:19 usr/bin/zipgrep
hrwxr-xr-x root/root         0 2006-10-19 23:04:19 usr/bin/zipinfo link to 
usr/bin/unzip
-rwxr-xr-x root/root     55268 2006-10-19 23:04:19 usr/bin/unzipsfx
-rwxr-xr-x root/root     18532 2006-10-19 23:04:19 usr/bin/funzip
drwxr-xr-x root/root         0 2006-10-19 23:04:19 usr/man/
drwxr-xr-x root/root         0 2006-10-19 23:04:20 usr/man/man1/
-rw-r--r-- root/root      1560 2006-10-19 23:04:19 usr/man/man1/zipgrep.1.gz
-rw-r--r-- root/root     15949 2006-10-19 23:04:19 usr/man/man1/unzip.1.gz
-rw-r--r-- root/root      5527 2006-10-19 23:04:19 usr/man/man1/unzipsfx.1.gz
-rw-r--r-- root/root      1995 2006-10-19 23:04:19 usr/man/man1/funzip.1.gz
-rw-r--r-- root/root      8670 2006-10-19 23:04:19 usr/man/man1/zipinfo.1.gz

Using "make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux_shlib" 
libunzip gets built but it's not
installed by make install.


I'm using these instructions:

   make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux
   make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux_shlib

   make prefix=/usr install
   mkdir /usr/lib
   cp -a libunzip* /usr/lib/

and get:

drwxr-xr-x root/root         0 2006-10-19 23:07:42 usr/
drwxr-xr-x root/root         0 2006-10-19 23:07:42 usr/bin/
-rwxr-xr-x root/root    120944 2006-10-19 23:07:42 usr/bin/unzip
-rwxr-xr-x root/root      1188 2006-10-19 23:07:42 usr/bin/zipgrep
hrwxr-xr-x root/root         0 2006-10-19 23:07:42 usr/bin/zipinfo link to 
usr/bin/unzip
-rwxr-xr-x root/root     55268 2006-10-19 23:07:42 usr/bin/unzipsfx
-rwxr-xr-x root/root     18532 2006-10-19 23:07:42 usr/bin/funzip
drwxr-xr-x root/root         0 2006-10-19 23:07:43 usr/lib/
lrwxrwxrwx root/root         0 2006-10-19 23:07:42 usr/lib/libunzip.so -> 
libunzip.so.0
lrwxrwxrwx root/root         0 2006-10-19 23:07:42 usr/lib/libunzip.so.0 -> 
libunzip.so.0.4
-rwxr-xr-x root/root    139312 2006-10-19 23:07:43 usr/lib/libunzip.so.0.4
drwxr-xr-x root/root         0 2006-10-19 23:07:42 usr/man/
drwxr-xr-x root/root         0 2006-10-19 23:07:43 usr/man/man1/
-rw-r--r-- root/root      1560 2006-10-19 23:07:42 usr/man/man1/zipgrep.1.gz
-rw-r--r-- root/root     15949 2006-10-19 23:07:42 usr/man/man1/unzip.1.gz
-rw-r--r-- root/root      5527 2006-10-19 23:07:42 usr/man/man1/unzipsfx.1.gz
-rw-r--r-- root/root      1995 2006-10-19 23:07:42 usr/man/man1/funzip.1.gz
-rw-r--r-- root/root      8670 2006-10-19 23:07:42 usr/man/man1/zipinfo.1.gz


--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to