Hi everybody!
I hope that is the right forum for my question! Otherwise let me know!
My problem is that I need to compile a portable library with source code written in c. It needs only a header file to compile, which I added to the folder that contains the library. The problem is that, when i try to compile it (writing 'make' on command line), it returns the following list of errors:
make
cc -c -I/scratch/SUnix//include -m64 -O3 -Wall -Wno-long-long -ansi -pedantic -D_POSIX_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DGNU_SOURCE -DCWP_LITTLE_ENDIAN abel.c
ar rv /scratch/SUnix//lib/libcwp.a abel.o
r - abel.o
ar: could not create temporary file whilst writing archive: No more archived files
make: *** [/scratch/SUnix//lib/libcwp.a(abel.o)] Error 1
Could you give me some hints about how to solve this problem?
Thank you in advance
Angelo Sajeva
University of Pisa
I hope that is the right forum for my question! Otherwise let me know!
My problem is that I need to compile a portable library with source code written in c. It needs only a header file to compile, which I added to the folder that contains the library. The problem is that, when i try to compile it (writing 'make' on command line), it returns the following list of errors:
make
cc -c -I/scratch/SUnix//include -m64 -O3 -Wall -Wno-long-long -ansi -pedantic -D_POSIX_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DGNU_SOURCE -DCWP_LITTLE_ENDIAN abel.c
ar rv /scratch/SUnix//lib/libcwp.a abel.o
r - abel.o
ar: could not create temporary file whilst writing archive: No more archived files
make: *** [/scratch/SUnix//lib/libcwp.a(abel.o)] Error 1
Could you give me some hints about how to solve this problem?
Thank you in advance
Angelo Sajeva
University of Pisa