autoconf
[Top][All Lists]
Advanced

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

Help! - how do I statically link a single library?


From: Steven Hill
Subject: Help! - how do I statically link a single library?
Date: Wed, 19 Jul 2006 06:18:22 -0700

Hello:
Could someone please help me out - I am using autogen.sh to compile and
link a project - here is a listing:

#!/bin/sh

set -x
glib-gettextize --copy --force
libtoolize --automake
intltoolize --copy --force --automake
aclocal-1.7
autoconf
autoheader
automake-1.7 --add-missing --foreign

The input files are makefile.am and configure.ac (they are attached).
The project links in several libraries dynamically.  I would like to
link the SQLITE library statically - how would I modify the input files
to link SQLITE statically?

Thanks
Steve Hill

Attachment: configure.ac
Description: Text document

Attachment: Makefile.am
Description: Text document


reply via email to

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