[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 2.0.1 configure fails on FreeBSD, patch included
From: |
Tim Auckland |
Subject: |
Re: 2.0.1 configure fails on FreeBSD, patch included |
Date: |
22 Apr 2002 09:15:52 -0700 |
> > Autoconf can test for most API features directly. If you know what
> > features you depend on, you should just be able to scan all the
> > plausible library install locations and pick the first one that
> > works, and not worry about picking the *best* one.
>
> What if you're testing for multiple features? Could you wind up
> picking two conflicting libraries? Should you test for multiple
> features of a library or limit yourself to the key feature?
Agreed, using the most basic autoconf macros to test for multiple
features independently could give you conflicting libraries so
instead you should write one macro to test for all the features you
need.
Essentially all autoconf does is test sample code and see if it
compiles (or even runs, if necessary), so you can write a small
code fragment that is representative of the code you actually use,
then try it with all the libraries you've found until you have one
that works.
Tim
- 2.0.1 configure fails on FreeBSD, patch included, Jo B. Grasmo, 2002/04/19
- Re: 2.0.1 configure fails on FreeBSD, patch included, David Masterson, 2002/04/19
- Re: 2.0.1 configure fails on FreeBSD, patch included, Mark . Burgess, 2002/04/19
- Re: 2.0.1 configure fails on FreeBSD, patch included, Michael Beattie, 2002/04/21
- Re: 2.0.1 configure fails on FreeBSD, patch included, Mark . Burgess, 2002/04/22
- Re: 2.0.1 configure fails on FreeBSD, patch included, Tim Auckland, 2002/04/22
- Re: 2.0.1 configure fails on FreeBSD, patch included, Mark . Burgess, 2002/04/22
- Re: 2.0.1 configure fails on FreeBSD, patch included, David Masterson, 2002/04/22
- Re: 2.0.1 configure fails on FreeBSD, patch included,
Tim Auckland <=
- Re: 2.0.1 configure fails on FreeBSD, patch included, Michael Beattie, 2002/04/22
- Re: 2.0.1 configure fails on FreeBSD, patch included, Michael Beattie, 2002/04/23
- Re: 2.0.1 configure fails on FreeBSD, patch included, Michael Beattie, 2002/04/23
- Re: 2.0.1 configure fails on FreeBSD, patch included, Michael Beattie, 2002/04/23