[lazarus] lazarus compile problems

Sergio A. Kessler sak at perio.unlp.edu.ar
Wed May 5 00:09:37 EDT 1999


>
>I'm aiming at simplify the things, if the gtk and lazarus makefile
>read the /etc/ld.so.conf there is no need to use XLIBDIR or GTKLIBDIR,
>then you don't need to edit the makefile for different systems.
>
>I'll try a hack tomorow and post a patch if I success.

ok, the trick is to do a

cat /etc/ld.so.conf | awk '{ ORS=" "; print $1 }'

(I do it in the internet server here)
and voilé, you get rid of XLIBDIR and GTKLIBDIR, no need to
edit the makefile for different systems.

I will post a decent patch tomorow...

Sergio






More information about the Lazarus mailing list