Re: Linking lib against static libs using libtool

2000-10-05 Thread Gary V. Vaughan
On Thu, Oct 05, 2000 at 04:58:16PM +0400, Alexander I Olefirenko wrote: > I'm sorry i've posted same message into this mailing list but don;t get any > reply.. Hope you'll help me this time :) > The problem is that i can't link library against static libs: > here's the code i'm using to link (gene

Re: avoiding target $(srcdir)/Makefile.in

2000-10-05 Thread john heasley
On Thu, Oct 05, 2000 at 12:42:06PM -0600, Tom Tromey darkened my spool with the following: > > "john" == john heasley <[EMAIL PROTECTED]> writes: > > john> is there a macro or option to automake to ommit the target > john> for $(srcdir)/Makefile.in, such that it is not necessary to > john> i

Re: avoiding target $(srcdir)/Makefile.in

2000-10-05 Thread Tom Tromey
> "john" == john heasley <[EMAIL PROTECTED]> writes: john> is there a macro or option to automake to ommit the target john> for $(srcdir)/Makefile.in, such that it is not necessary to john> include Makefile.am and configure.in in a distribution? FYI, we don't support not distributing these f

Re: Two CVS repositories.

2000-10-05 Thread Tom Tromey
> "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes: Pavel> :pserver:[EMAIL PROTECTED]:/cvs/automake This is the master repository. Pavel> :pserver:[EMAIL PROTECTED]:/cvs They mirror the repo here. Pavel> This is getting confusing. One of the repositories should be Pavel> killed. Login o

Re: any way to generate debug AND non-debug releases?

2000-10-05 Thread Tom Tromey
> "Allen" == <[EMAIL PROTECTED]> writes: Allen> I would like to be able to build both debug and release builds Allen> of some libraries and apps that are using the GNU build Allen> system. It seems that there must be an easy way to specify Allen> multiple targets (one simply stripped of sym

Linking lib against static libs using libtool

2000-10-05 Thread Alexander I Olefirenko
I'm sorry i've posted same message into this mailing list but don;t get any reply.. Hope you'll help me this time :) The problem is that i can't link library against static libs: here's the code i'm using to link (generated by automake) : /bin/sh ../libtool --mode=link c++ -g -O2 -o libocicpp.la

Re: Need hook into cxx prefix

2000-10-05 Thread kitkat
Hi Simon, thanks for your quick reply ! > > The right time to call the meta-compiler would be after a source-file > > has been compiled. > > [...] > > I suppose your "meta-compiler" (is it a documentation generator?) creates > some sort of output files. In fact it's more a kind of signal/slot