bug-cgicc
[Top][All Lists]
Advanced

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

RE: [Bug-cgicc] cgicc example make


From: Stephen F. Booth
Subject: RE: [Bug-cgicc] cgicc example make
Date: Tue, 26 Sep 2000 12:25:19 -0500

> On my linux installation (standard official RH6.1), the Makefile in the
> example/ directory is incorrect. (as are the instructions)..my
> linker requires
> this:
>
> -Wl,--rpath=/usr/local/lib
>
> and NOT -rpath/usr/local/lib
>
> without the -Wl, etc... the program fails to link correctly...

I chaged the Makefile as you suggested, but at least on cgicc-3.1.3 the
makefile worked fine as-is on my RH linux 6.1 with gcc-2.9.5.  In any case,
the old makefile had -Wl,-rpath$(includedir) and I replaced it with the
[more] correct -Wl,--rpath$(includedir).

-Stephen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]