Object File Error

Hi,

I've tried to compile a program I wrote with a Makefile, yet it returns an error:

<<<test_log>>>
itest_log.o /sr/local/bin/gcc -o test_log.o -I ../../../include -L ../../../lib -llog_mgr
sh: itest_log.o: execute permission denied
Error code 1
make: Fatal error: Command failed for target 'it'

Has anyone seen this before? Any idea what it might be?

Thanks,
Steve

It looks like the permissions on the object file are messed up - try chmod.

I just retyped the Makefile, and got an output. I don't know what happened. Maybe some hidden formatting or something screwed it up.

Steve

Watch out SE Linux, it can be the problem