Giscardo
08-01-2001, 04:59 AM
I'm trying to install zlib libraries under a bare install of mandrake 8.0 (i only installed development options, and networking ability), and I'm using bash. Decompressed the tarball, and i ran ./configure --shared --prefix=/usr. I also did "export CFLAGS='-march=athlon -03'". When I do "make test" everything checks out ok, but when i do "make install" i get the following messages:
install -m 644 zlib.h zconf.h /usr/include
install -m 755 /usr/lib
install: too few arguments 'install --help' for more info.
make: *** [install] Error 1
I tried typing install --help, but it isn't very usefull. I can't figure out how to fix this. Can anyone help please?
install -m 644 zlib.h zconf.h /usr/include
install -m 755 /usr/lib
install: too few arguments 'install --help' for more info.
make: *** [install] Error 1
I tried typing install --help, but it isn't very usefull. I can't figure out how to fix this. Can anyone help please?