I am compiling legacy_142_src.tar.gz in FreeBSD 5.3 (for i386) with the command "gmake FREEBSD=1"
Yet I met an error:
-------------------------------
/usr/bin/ld: cannot open output file ../bin/llxdoom: No such file or directory
gmake: *** [../bin/llxdoom] Error 1
-------------------------------
Any1 has met this error before? And any suggestions?
thanks,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Usually means that you do not have permissions to create files in the target directory.
Happens for me when I put files into /usr/local/src and try to compile
from a user account. I have to go back and fix directory ownership,
or give world write permissions to the directories.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, all:
I am compiling legacy_142_src.tar.gz in FreeBSD 5.3 (for i386) with the command "gmake FREEBSD=1"
Yet I met an error:
-------------------------------
/usr/bin/ld: cannot open output file ../bin/llxdoom: No such file or directory
gmake: *** [../bin/llxdoom] Error 1
-------------------------------
Any1 has met this error before? And any suggestions?
thanks,
Usually means that you do not have permissions to create files in the target directory.
Happens for me when I put files into /usr/local/src and try to compile
from a user account. I have to go back and fix directory ownership,
or give world write permissions to the directories.