-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Dan Smithers on 1/5/2009 5:01 AM:
> My goal is to be able to set up parallel debug and release builds for
> the different architectures.
Yes, that is provided by VPATH builds, provided by Automake.
> I would like to be able to build and
Alex Katebi wrote:
> I need to check for libraries that are installed in /usr/local/lib or
> /opt/lib. The AC_CHECK_LIB does not look into these dirs.
> Is there a path variables for the library checking that can be set? What are
> my options?
configure LDFLAGS=-L/usr/local/lib
--
William Purs
Hi,
I need to check for libraries that are installed in /usr/local/lib or
/opt/lib. The AC_CHECK_LIB does not look into these dirs.
Is there a path variables for the library checking that can be set? What are
my options?
Thanks in advance,
-Alex
___
Aut
Hi,
I have a project that I want to convert to autoconf and I'm looking for
a guide on how to set it up.
The project is made up of some libraries and related executables. It
needs to be built for several different architectures including Linux
2.4, Linux 2.6, Win XP and embedded.
My goal is to b
Hello Werner,
* Werner LEMBERG wrote on Sun, Jan 04, 2009 at 09:39:14AM CET:
>
> What about adding a test to find out the extension of (static)
> libraries? Having a LIBEXT variable would be quite helpful.
You can use Libtool to find this out. If that is overkill for you,
you can alternati