Hi, I tried to install mgd 1.4.2-1 (not cvs) on a new server but ./mkall failed because gcc couldn't find *.lo files.
The reason is that there are no *.lo files created at the beginning of ./mkall. Example: ls -l topic.* -rw-r--r-- 1 markus users 12426 Okt 15 09:44 topic.c -rw-r--r-- 1 root root 100268 Feb 17 14:59 topic.o -rw-r--r-- 1 root root 0 Feb 17 14:59 topic.slo should look like this: -rw-r--r-- 1 markus users 12426 Okt 15 09:44 topic.c -rw-r--r-- 1 root root 100724 Feb 17 09:48 topic.lo lrwxrwxrwx 1 root root 8 Feb 17 09:49 topic.o -> topic.lo -rw-r--r-- 1 root root 0 Feb 17 09:48 topic.slo What did I do wrong? tnx! cu Markus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
