GET YOUR OWN 100 MEG WEBSITE FOR ONLY $11.95 PER MONTH TODAY!
STOP PAYING $19.95 or more TODAY for your web site, WHEN YOU CAN
GET ONE FOR ONLY $11.95 PER MONTH!
DO YOU ALREADY HAVE A WEBSITE? ALL YOU HAVE TO DO IS TRANSFER THE
DOMAIN TO OUR SERVERS AND UPLOAD YOUR DATA AND YOU ARE READY TO
G
On Tue, 26 Sep 2000 15:59:37 -0400 (EDT), [EMAIL PROTECTED] wrote:
>I would like to be able to build both debug and release builds of
>some libraries and apps that are using the GNU build system. It seems
>that there must be an easy way to specify multiple targets (one simply
>stripped of symbols
Alexander Olefirenko writes:
>
> Hello !
> Can anybody tell me what to do if building a library i need to link it with
> static lib (lib*.a)? While linking libtool tells there's a problims with linking
> with files with my lib, but linking it by hand works fine ...
> Is there anysolvation for thi
Sorry :)
here's it :
configure.in:
AC_INIT(acinclude.m4)
AM_INIT_AUTOMAKE(ocicpplib,`cat VERSION`)
AC_PROG_CXX
AC_PROG_CXXCPP
CFLAGS=""
AC_PROG_INSTALL
AM_PROG_LIBTOOL
AC_LANG_CPLUSPLUS
OCICPPLIB_VERSION
ORACLE_PATH
CXXFLAGS="$ORACLE_INCLUDES"
#DEBUG_LEVEL="DLEV_FATAL"
OCICPP_DEBUG_LEVEL
AC_OUTPU
Hello!
I recently discovered that Automake has two CVS repositories. Some of my
machines are using CVSROOT
:pserver:[EMAIL PROTECTED]:/cvs/automake
while others are using
:pserver:[EMAIL PROTECTED]:/cvs
The latest patch from Alexandre Duret-Lutz exists only in the former.
This is the only dif
Tom:
>Robert> Q2:
>Robert> How is $depmode set?
>It is set externally before running depcomp. The correct setting for
>the compiler is determined by some autoconf magic.
Could you elaborate on this? or perhaps you could just point me to the
files?
I need to determine where and how this is set.
On Sep 26, 2000, Robert Boehne <[EMAIL PROTECTED]> wrote:
> Could you elaborate on this? or perhaps you could just point me to the
> files?
Just add a new dependency tracking mechanism to the `depcomp'
script, and automake will automatically test it and use it, if it
finds it to work.
--
Alexa
Dear all
I have written a Makefile.am containing the creation of a library
conditionnaly if a --enable-lib is present.
I get the following message when running automake
% automake -a -c --include-deps
automake: src/Makefile.am: warning: automake does not support
libmudfas2d_la_LDFLAGS being defi