cgicc-help
[Top][All Lists]
Advanced

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

[Cgicc-help] Compiling for 64bit library


From: Joseph Hesse
Subject: [Cgicc-help] Compiling for 64bit library
Date: Wed, 10 Jul 2013 10:23:05 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7

Hi,

I built cgicc-3.2.10 using, as per the instructions, "./configure, make; make install"

The end result was that /usr/lib had the 5 files:
# ls -l /usr/lib/libcgicc*
-rw-r--r-- 1 root root 3936046 Jun 24 10:16 /usr/lib/libcgicc.a
-rwxr-xr-x 1 root root     940 Jun 24 10:16 /usr/lib/libcgicc.la
lrwxrwxrwx 1 root root 17 Jun 24 10:16 /usr/lib/libcgicc.so -> libcgicc.so.5.0.3 lrwxrwxrwx 1 root root 17 Jun 24 10:16 /usr/lib/libcgicc.so.5 -> libcgicc.so.5.0.3
-rwxr-xr-x 1 root root 1533088 Jun 24 10:16 /usr/lib/libcgicc.so.5.0.3

I wanted these 5 files to be in /usr/lib64 rather than /usr/lib so I just copied them to /usr/lib64. My question is: How could I have built cgicc so these files were placed in lib64 without my having to manually copy them?

Thank you,
Joe Hesse




reply via email to

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