Date: Fri, 24 Nov 2000 17:52:54 +0000 (GMT) From: George Reid <greid@ukug.uk.freebsd.org> To: Nevermind <never@nevermind.kiev.ua> Cc: freebsd-ports@freebsd.org Subject: Re: question about porting Message-ID: <Pine.BSF.4.21.0011241752030.855-100000@sobek.openirc.co.uk> In-Reply-To: <20001124194337.B17181@nevermind.kiev.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 24 Nov 2000, Nevermind wrote: > Now I need to fix icqmail's Makefile.in > what variables should I use to get right LIBS, and if it is correct that > INCLUDES is the correct variable to add there -I/usr/local/include/oldicqlib ? The gcc option for specify #include paths is -I as you stated. The corresponding option for libraries is -L. All of this is listed in gcc(1). G "And then it comes to be that the soothing light at the end of your tunnel was just a freight train, comin' your way." George Reid * greid@ukug.uk.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0011241752030.855-100000>