[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Compiling start-stop-daemon



On Fri, Jun 16, 2000 at 10:40:35PM -0700, Kevin Musick wrote:
> gcc -Wall -l libihash.so start-stop-daemon.c

I'm guessing that should read

gcc -Wall -o start-stop-daemon start-stop-daemon.c -lihash

That's because "-l libihash.so" tells the compiler to search for a
library like "liblibihash.so.so".

-- 
%%% Antti-Juhani Kaijanaho % gaia@iki.fi % http://www.iki.fi/gaia/ %%%



Reply to: