help building daemontools - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Tips and Tricks (https://www.linux-noob.com/forums/forum-59.html) +---- Forum: Compiling (https://www.linux-noob.com/forums/forum-29.html) +---- Thread: help building daemontools (/thread-2368.html) |
help building daemontools - cyris - 2005-10-22 hello. im trying to build daemontools 0.76 on fedora core 4 and i am having some issues. [root@atari daemontools-0.76]# package/install Linking ./src/* into ./compile... Compiling everything in ./compile... ./load svscan unix.a byte.a /usr/bin/ld: cannot open output file svscan: Is a directory collect2: ld returned 1 exit status make: *** [svscan] Error 1 Copying commands into ./command... cp: omitting directory `compile/svscan' [root@atari daemontools-0.76]# Thanks for taking the time to read this and hopfully someone can help me :) help building daemontools - znx - 2005-10-22 Ok, here's how it goes on my setup Code: mkdir build Done... directory command stores the binaries... Also... source install on a RPM system? Try finding an RPM? ... help building daemontools - cyris - 2005-10-27 The RPM worked. Thanks. |