If you live outside of the USA, then you may consider using
International Callback Service to bypass your local phone network
and call abroad at US prices. http://www.worldwidetelco.com
_
Chat with friends online, try MSN Messe
Is there anyway to specify mutiple directories for a libtool library
referenced in a _LIBADD statement?
i.e. Instead of writing
program_LIBADD=$(libdir)/libsomething.la
Is there a way of telling automake that libsomething.la may be in any of
several directories?
The reason is that we
Hello automake experts,
How do I get automake to do static linking
whenever possible, and do dynamic linking
otherwise? Simply using
LDFLAGS = -static
fails on IRIX and MacOS (darwin),
where static linking is not possible.
Omitting -static works everywhere, but
the resulting binaries won't wor
> On 24 Feb 2002 11:52:50 -0700, Tom Tromey <[EMAIL PROTECTED]> said:
> "David" == David Mosberger-Tang <[EMAIL PROTECTED]> writes:
David> For example, I have a file called foo.c and I'd like to
David> compile it once with the normal options and once with -DBAR
David> defined. The
On Mon, 25 Feb 2002, Tom Tromey wrote:
> > "Samuel" == Samuel Meder <[EMAIL PROTECTED]> writes:
>
> Samuel> I've been working a bit at converting openssl to use auto
> Samuel> tools for the build process and since I want to avoid touching
> Samuel> source code as much as possible I had to fi
> "Samuel" == Samuel Meder <[EMAIL PROTECTED]> writes:
Samuel> I've been working a bit at converting openssl to use auto
Samuel> tools for the build process and since I want to avoid touching
Samuel> source code as much as possible I had to find a way to set up
Samuel> links between header fi
Hi;
I've a project that builds a number of binarys, 1 of which should only
be built if apm.h is found.
In configure.ac, I have;
AC_CHECK_HEADERS(apm.h,APMLIB="-lapm",APMLIB=)
and in my Makefile.am I have;
if @APMLIB@
APM_PROGS = miniapm
endif
bin_PROGRAMS = minitime monolaunch mbcontrol $(
I have had the same problem. I had a file that needed to be compiled in
both userspace and kernelspace. The code was the same but used kernel
equivalent functions.I used a ugly solution which many wont approve, I am sure. I
merely used
symlinks. Now this had the advantage that when you actually d