[lazarus] Lazarus how-to 0.2
Sergio A. Kessler
sak at perio.unlp.edu.ar
Fri May 14 12:45:38 EDT 1999
Michael Anthon <mca at tams.com.au> el día Sat, 15 May 1999 00:53:19 +1000,
escribió:
>Here's a simple patch to makefile.fpc that gets rid of comment lines in
>ld.so.conf when building a list of library directories for the compiler.
Hmmm, interesting...
Who put those comments ?
_
>--- makefile.fpc.orig Sat May 15 00:46:06 1999
>+++ makefile.fpc Sat May 15 00:50:32 1999
>@@ -15,7 +15,6 @@
> #####################################################################
> # Force default settings
> #####################################################################
>-
> # Latest release version
> override RELEASEVER:=0.99.11
>
>@@ -355,7 +354,7 @@
> GCCLIBDIR:=$(shell dirname `(gcc -v 2>&1)| head -n 1| awk '{ print $$4
>} '`)
> endif
> ifndef OTHERLIBDIR
>-OTHERLIBDIR:=$(shell cat /etc/ld.so.conf | awk '{ ORS=" "; print $1 }')
>+OTHERLIBDIR:=$(shell grep -v "^\#" /etc/ld.so.conf | awk '{ ORS=" ";
>print $1 }')
> endif
> endif
>
>_________________________________________________________________
> To unsubscribe: mail lazarus-request at miraclec.com with
> "unsubscribe" as the Subject
> archives at http://www.miraclec.com/list_archives/lazarus
More information about the Lazarus
mailing list