using gcc did seem to work, but it seems that i don't have write access to some of the directories.

this is the response I get now:

gcc -I . /var/www/cgi-bin/tmda-cgi/tmda-cgi.c -o tmda.cgi
/var/www/cgi-bin/tmda-cgi/tmda-cgi.c:22:20: /usr/include/stdlib.h: Permission denied
/var/www/cgi-bin/tmda-cgi/tmda-cgi.c:22:20: stdlib.h: Permission denied
/var/www/cgi-bin/tmda-cgi/tmda-cgi.c:23:19: /usr/include/fcntl.h: Permission denied
/var/www/cgi-bin/tmda-cgi/tmda-cgi.c:23:19: fcntl.h: Permission denied
make: *** [tmda.cgi] Error 1


what do you think?

On Dec 10, 2003, at 9:57 AM, Nils Vogels wrote:

Bhavesh Patel wrote:


cc -I . /var/www/cgi-bin/tmda-cgi/tmda-cgi.c -o tmda.cgi make: execvp: cc: Permission denied make: *** [tmda.cgi] Error 127

You are not allowed to execute the C compiler on your system.

Arrange through your sysadmin that you can (he will know how), install your own C compiler (beware, this is a hell of a job) or compile the binary on a similar system where you do have compiler access.

HTH & HAND !

--
Simple guidelines to happiness:
Work like you don't need the money,
love like your heart has never been broken and dance like no one can see you.


_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users


_____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users

Reply via email to