Re: Cannot Statically Link libpq.a - Mailing list pgsql-interfaces

From Emilio Recio
Subject Re: Cannot Statically Link libpq.a
Date
Msg-id 3D91BE49.5050904@storm.jmc.tju.edu
Whole thread Raw
In response to Cannot Statically Link libpq.a  (Emilio Recio <erecio@storm.jmc.tju.edu>)
List pgsql-interfaces
Emilio Recio wrote:

> libpq.a is in /usr/lib, but it's only about 93k. For the object files
> that seems alot. I need to statically link the library because I am
> going to be using a custom program in an embedded device where none of
> the above libraries mentioned in the ldd works. All the the programs
> statically link fine, except for libpq. I am using the redhat 7.3 rpms.

-- New

Several points to follow up on: ./configure && make && make install on 
slackware 8.1 also did not produce a libpq.a file which I can use for 
static linking. Tried (from postgresql src dir):

-- Cmd Line
ar r libpq.a `find /usr/local/src/postgresql-7.2.2/src |grep -v main.o`
ranlib libpq.a

-- 
And no go... can anyone tell me how to create a static library? Or which 
object files to copy from postgresql source code to be able to link them 
with testpg.c (note testpg.c can be found in the documentation for 
postgresql - my program is significantly smaller and uses less postgress 
calls.)

-- Clarification

ALso above, i meant, libpq.a seemed like too little, but it was 3am :)

-Elmo



pgsql-interfaces by date:

Previous
From: Emilio Recio
Date:
Subject: Cannot Statically Link libpq.a
Next
From: Emilio Recio
Date:
Subject: Re: Cannot Statically Link libpq.a