After of to try "chmod +w *", I continue whith this problem
........
if [ -f libgcc2.ready ] ; then \ true; \ else \ touch libgcc2.ready; \ fi gcc -DGPC -DIN_GCC -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -c p/mkstemp.c -o p/mkstemp.o p/mkstemp.c:30: system.h: No such file or directory make: *** [p/mkstemp.o] Error 1
And I can't to compile it...
bye
---------- Forwarded message ---------- Date: Tue, 8 Jun 1999 18:39:54 +0200 From: Markus Gerwinski markus@gnu.de Reply-To: markus@adrian.gerwinski.de To: Juan Carlos alu268@csi.ull.es Subject: Re: Problem with gpc
Hello, Juan!
patch: 'Makefile.in': Permission denied ......
Try "chmod +w *".
If there are still problems, ask gpc@gnu.de.
Hope this helps
Markus
Hernandez Perdomo Juan Carlos wrote:
gcc -DGPC -DIN_GCC -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -c p/mkstemp.c -o p/mkstemp.o p/mkstemp.c:30: system.h: No such file or directory make: *** [p/mkstemp.o] Error 1
That's a little few information. Obviously you are trying to compile GPC. Which version of GPC, which version of GCC, and what operating system are you using? And what did you type to get to this point?
Peter