[Zlib-devel] Zlib - Building Error on Arm

Stage Iup - Fabrice & Frédéric stageiup at gmail.com
Tue Apr 26 09:12:34 EDT 2005


Hi
I took the decision to write you this email because i've got little
problem to build zlib for ARM9
Indeed, i made some modifications in the makefile and configure file
to specify the cross compil tool that i need to build
But after making the modification, the configure step run wel but not
the make step
i've got the following error:
[root at stage-pft11 zlib-1.2.2]# configure
./configure: line 26: rc: command not found
Checking for gcc...
Building static library libz.a version 1.2.2 with
/usr/local/arm/3.0/bin/arm-linux-gcc.
Checking for unistd.h... Yes.
Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf()
Checking for vsnprintf() in stdio.h... Yes.
Checking for return value of vsnprintf()... Yes.
Checking for errno.h... Yes.
Checking for mmap support... Yes.
[root at stage-pft11 zlib-1.2.2]# make
/usr/local/arm/3.0/bin/arm-linux-gcc -O3 -DUSE_MMAP   -c -o example.o example.c
/usr/local/arm/3.0/bin/arm-linux-gcc -O3 -DUSE_MMAP   -c -o adler32.o adler32.c
/usr/local/arm/3.0/bin/arm-linux-gcc -O3 -DUSE_MMAP   -c -o compress.o
compress.c
/usr/local/arm/3.0/bin/arm-linux-gcc -O3 -DUSE_MMAP   -c -o crc32.o crc32.c
/usr/local/arm/3.0/bin/arm-linux-gcc -O3 -DUSE_MMAP   -c -o gzio.o gzio.c
/usr/local/arm/3.0/bin/arm-linux-gcc -O3 -DUSE_MMAP   -c -o uncompr.o uncompr.c
/usr/local/arm/3.0/bin/arm-linux-gcc -O3 -DUSE_MMAP   -c -o deflate.o deflate.c
/usr/local/arm/3.0/bin/arm-linux-gcc -O3 -DUSE_MMAP   -c -o trees.o trees.c
/usr/local/arm/3.0/bin/arm-linux-gcc -O3 -DUSE_MMAP   -c -o zutil.o zutil.c
/usr/local/arm/3.0/bin/arm-linux-gcc -O3 -DUSE_MMAP   -c -o inflate.o inflate.c
/usr/local/arm/3.0/bin/arm-linux-gcc -O3 -DUSE_MMAP   -c -o infback.o infback.c
/usr/local/arm/3.0/bin/arm-linux-gcc -O3 -DUSE_MMAP   -c -o inftrees.o
inftrees.c
/usr/local/arm/3.0/bin/arm-linux-gcc -O3 -DUSE_MMAP   -c -o inffast.o inffast.c
libz.a adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o
zutil.o inflate.o infback.o inftrees.o inffast.o
make: execvp: libz.a: Permission denied
make: *** [libz.a] Erreur 127

So, if you have any idea on this error and its clue....

with regards

Frederic
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile
Type: application/octet-stream
Size: 4268 bytes
Desc: not available
URL: <http://madler.net/pipermail/zlib-devel_madler.net/attachments/20050426/4a857d4f/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: configure
Type: application/octet-stream
Size: 12771 bytes
Desc: not available
URL: <http://madler.net/pipermail/zlib-devel_madler.net/attachments/20050426/4a857d4f/attachment-0001.obj>


More information about the Zlib-devel mailing list