Re: [MAD SCIENCE EXPERIMENT]: Replace some libtool functionality with handcoded C

2003-12-03 Thread Alexandre Oliva
option to generate such rules. It will need a lot of experimenting, and some polishing of the macro set that I posted above, but I believe you can realize most of the gains you intend to realize with it, and then you won't be introducing the need for running yet another program. Wanna give i

Re: [MAD SCIENCE EXPERIMENT]: Replace some libtool functionality with handcoded C

2003-12-10 Thread Alexandre Oliva
On Dec 9, 2003, Tom Tromey <[EMAIL PROTECTED]> wrote: >>>>>> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes: Alexandre> the *_OBJECT definitions assume the absence of shell-active Alexandre> characters in filenames, which is probably a s

Re: automake depcomp under more open license

2004-04-14 Thread Alexandre Oliva
g' recently Sven> in automake ? > I think that is reasonable. I added it. > Alexandre, complain if you have a problem with it. A bit late, but... I don't have a problem with it :-) -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Red Hat Compiler Engineer [EMA

Re: Need a way to pass options to libtool

2004-05-28 Thread Alexandre Oliva
x27;s also passed to non-libtool compilations? I've often wanted some means to pass additional flags to libtool compile and/or link commands without affecting non-libtool compile and/or link. My favorite example is -static, that has a somewhat different meaning when it comes to libtool.

Re: How to make dynamcally loadable modules (plug-ins) with automake?

2000-02-23 Thread Alexandre Oliva
On Feb 23, 2000, Nils Rennebarth <[EMAIL PROTECTED]> wrote: > How do I specify rules to create dlopened modules in automake? libname_la_LDFLAGS = -module $(LDFLAGS) -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Enjoy Guaraná Cygnus Solutions, a Red Hat company

Re: Automake security problem

2000-03-01 Thread Alexandre Oliva
find $(distdir) -type d -exec chmod a+w {} \; ; rm -rf $(distdir) And it would fix the whole problem without disabling the optimization. Note that distcheck applies several other chmod to distdir, but only after it is created from scratch, in a hard-link-free way, by extracting the sources from

Re: AC_PROG_LIBTOOL vs. AM_PROG_LIBTOOL in automake-1.4.a

2000-03-01 Thread Alexandre Oliva
for that. In fact, IIRC, automake --add does run libtoolize to do that. -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Enjoy Guaraná Cygnus Solutions, a Red Hat companyaoliva@{redhat, cygnus}.com Free Software Developer and EvangelistCS PhD student at IC-Unicamp oliva@{ls

Re: Automake security problem

2000-03-02 Thread Alexandre Oliva
On Mar 2, 2000, Jim Meyering <[EMAIL PROTECTED]> wrote: > Alexandre Oliva <[EMAIL PROTECTED]> wrote: > | On Mar 1, 2000, Jim Meyering <[EMAIL PROTECTED]> wrote: > | > | > Don't use `ln' (which was just a space optimization anyway) > | > | A

Re: Automake security problem

2000-03-03 Thread Alexandre Oliva
then, you'd have to test whether xargs supports `-n' or `-s'. -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Enjoy Guaraná Cygnus Solutions, a Red Hat companyaoliva@{redhat, cygnus}.com Free Software Developer and EvangelistCS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org} Write to mailing lists, not to me

Re: [PATCH]: ld/Makefile.am

2000-03-09 Thread Alexandre Oliva
u know? > The idea is to create .libs/lt-lt-ld-new if necessary. However, I > couldn't find a clean way to do so with automake. Any suggestions? How about: all: stmp-run-ld stmp-run-ld: ld-new @ ./ld-new > $@ 2>&1 -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/

Re: [PATCH]: ld/Makefile.am

2000-03-09 Thread Alexandre Oliva
On Mar 9, 2000, "H . J . Lu" <[EMAIL PROTECTED]> wrote: >> all: stmp-run-ld >> stmp-run-ld: ld-new >> @ ./ld-new > $@ 2>&1 > Tried. It doesn't work with parallel build due to the recursive make. Use `all-am', then. -- Alexandre Oli

Re: [PATCH]: ld/Makefile.am

2000-03-09 Thread Alexandre Oliva
On Mar 9, 2000, "H . J . Lu" <[EMAIL PROTECTED]> wrote: > On Thu, Mar 09, 2000 at 11:12:42PM -0300, Alexandre Oliva wrote: >> On Mar 9, 2000, "H . J . Lu" <[EMAIL PROTECTED]> wrote: >> >> >> all: stmp-run-ld >> >> stmp-ru

Re: [PATCH]: ld/Makefile.am

2000-03-10 Thread Alexandre Oliva
ur environment. You can't blame libtool for gcc not being able to run collect2 :-) -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Enjoy Guaraná Cygnus Solutions, a Red Hat companyaoliva@{redhat, cygnus}.com Free Software Developer and EvangelistCS PhD student at IC-Unic

Re: [PATCH]: ld/Makefile.am

2000-03-10 Thread Alexandre Oliva
On Mar 10, 2000, "H . J . Lu" <[EMAIL PROTECTED]> wrote: > On Fri, Mar 10, 2000 at 01:36:50PM -0300, Alexandre Oliva wrote: >> On Mar 9, 2000, "H . J . Lu" <[EMAIL PROTECTED]> wrote: >> >> > gcc: installation problem, cannot exec >

Re: Patch: $(wildcard *.c) style globbing

2000-03-13 Thread Alexandre Oliva
URCES = fridge.app $(GLOB) You may have to add some dependency of Makefile.in on myGlobs, I'm not sure. If you have to, it's a bug in automake (IMO :-), but knowing it's a bug doesn't mean you don't need the dependency :-) -- Alexandre Oliva http://www.ic.unicam

Re: libtool /tmp security

2000-03-15 Thread Alexandre Oliva
t; Since autoconf is for portibility you can't really assume that /tmp > exists. If /tmp doesn't exist, pretty much everything breaks, unless TMPDIR is set. And it does use $TMPDIR, so we're fine. -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~oliva/

Re: m4/missing.m4 in CVS

2000-03-13 Thread Alexandre Oliva
On Feb 2, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote: >>>>>> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes: Alexandre> Only CVS autoconf accepts implicitly quotes backticks in Alexandre> MSGs. But it complains if backtick is alread

Re: m4/missing.m4 in CVS

2000-03-13 Thread Alexandre Oliva
ave object files in sub-directories, and that is nowhere advised that he must also upgrade autoconf, otherwise he'll get weird error messages from [s]hell! :-) -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Enjoy Guaraná Cygnus Solutions, a Red Hat companyaoliva@{redhat,

Re: libtool /tmp security

2000-03-14 Thread Alexandre Oliva
nge for `autoconf' to preserve that section, and we'd need some tool to add/remove/update shtools within that special section of configure. Comments? -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~oliva/ Cygnus Solutions, a Red Hat companyaoliva@{redhat, c

Re: m4/missing.m4 in CVS

2000-03-13 Thread Alexandre Oliva
On Mar 13, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote: >>>>>> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes: Alexandre> On Mar 13, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote: >>> And again, I shall emphasize that this l

Re: Why does Makefile depend on BUILT_SOURCES?

2000-03-16 Thread Alexandre Oliva
x27;m hoping Jim will. Grant Akim write access and we'll quickly get all of automake revamped :-) Akim, no offense intended :-) -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~oliva/ Cygnus Solutions, a Red Hat companyaoliva@{redhat, cygnus}.com Free Software Dev

Re: Turning off rpath

2000-03-20 Thread Alexandre Oliva
tories that are listed in sys_lib_dlsearch_path-spec. But you can always hack this variable in the libtool script configuration section :-) -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~oliva/ Cygnus Solutions, a Red Hat companyaoliva@{redhat, cygnus}.com Free

Re: the appropriate location for depcomp

2000-03-21 Thread Alexandre Oliva
On Mar 21, 2000, OKUJI Yoshinori <[EMAIL PROTECTED]> wrote: > I meant which directory to be used if AC_CONFIG_AUX_DIR is _not_ > defined. In this case, it should be in the top-level directory. -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~oliva/ Cygnus Solu

Re: derived sources and parallel builds

2000-03-21 Thread Alexandre Oliva
cpp Foo_impl.$(OBJEXT): Foo_s.hh Foo_c.hh Foo_s.cpp Foo_c.cpp -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~oliva/ Cygnus Solutions, a Red Hat companyaoliva@{redhat, cygnus}.com Free Software Developer and EvangelistCS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp

Re: derived sources and parallel builds

2000-03-22 Thread Alexandre Oliva
On Mar 22, 2000, Tom Tromey <[EMAIL PROTECTED]> wrote: > This might be the best way to go. > It is sort of a pain to implement; for each such exe we'd have to do > this: > exe: dummy >build the exe How about $(exe_OBJECTS): exe-hook -- Alexandre Oliva

Re: Why does Makefile depend on BUILT_SOURCES?

2000-03-22 Thread Alexandre Oliva
few days after the patch having been installed, it seems that several people have faced the problem of the missing dependency :-( -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~oliva/ Cygnus Solutions, a Red Hat companyaoliva@{redhat, cygnus}.com Free Software Developer and E

Re: flex -lfl

2000-03-24 Thread Alexandre Oliva
ve flex or bison in the PATH. Sascha> - How can I get the evaluated value of sysconfdir into a file? in Makefile.am: file: $(top_builddir)/config.status echo '$(sysconfdir)' > file Ah, you meant you wanted to have something else in the file too? :-) :-) -- Alexandre

Re: the appropriate location for depcomp

2000-03-27 Thread Alexandre Oliva
al step). Comments? Sounds good to me. In fact, I hadn't even completely understood the problem before you explained the rules :-) -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~oliva/ Cygnus Solutions, a Red Hat companyaoliva@{redhat, cygnus}.com Free Softw

Re: Modulating library installation

2000-03-27 Thread Alexandre Oliva
nfortunately, when you build a libtool EXTRA library, you must explicitly specify -rpath in its LDFLAGS, and only when it is to be installed. I thought this was documented somewhere in the automake manual, isn't it? -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/

Re: Absolute srcdir

2000-03-27 Thread Alexandre Oliva
\/]', which does work, even with bash 2.04. -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~oliva/ Cygnus Solutions, a Red Hat companyaoliva@{redhat, cygnus}.com Free Software Developer and EvangelistCS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}

Re: derived sources and parallel builds

2000-03-29 Thread Alexandre Oliva
too many dependencies. So maybe we should use a stamp file that all $(OBJECTS) depend upon, and that runs $(MAKE) $(BUILT_SOURCES) before it touches itself. It still wouldn't work in case someone removes one of the BUILT_SOURCES but leaves the stamp file around, but it could be a start

Re: derived sources and parallel builds

2000-03-29 Thread Alexandre Oliva
se, builds may simply start to break :-( -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~oliva/ Cygnus Solutions, a Red Hat companyaoliva@{redhat, cygnus}.com Free Software Developer and EvangelistCS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org} Write to

Re: sub-project link problem

2000-03-30 Thread Alexandre Oliva
.in, so that libtool will get configured to use the C++ compiler/linker. -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~oliva/ Cygnus Solutions, a Red Hat companyaoliva@{redhat, cygnus}.com Free Software Developer and EvangelistCS PhD student at IC-Unicamp oliva@{l

Re: Using EXTRA_SOURCES

2000-03-30 Thread Alexandre Oliva
On Mar 31, 2000, Tom Tromey <[EMAIL PROTECTED]> wrote: > what do people think about using FAQ-O-Matic for Automake? Would be great -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~oliva/ Cygnus Solutions, a Red Hat companyaoliva@{redhat, cygnus}.com Free

Re: catching build problems

2000-03-31 Thread Alexandre Oliva
On Mar 31, 2000, "Lars J. Aas" <[EMAIL PROTECTED]> wrote: > How do I override the rule for entering one of them? I don't think you can override it :-( -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~oliva/ Cygnus Solutions, a Red Hat company

Re: catching build problems

2000-03-31 Thread Alexandre Oliva
t MAKE_TRAP as you suggested, and then use $(MAKE_TRAP) for recursive invocations. -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~oliva/ Cygnus Solutions, a Red Hat companyaoliva@{redhat, cygnus}.com Free Software Developer and EvangelistCS PhD student at IC-Unicamp oli

Re: catching build problems

2000-03-31 Thread Alexandre Oliva
make like described below > will fail on some platform? The trap is fine, but the `:=' syntax is far from portable. -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~oliva/ Cygnus Solutions, a Red Hat companyaoliva@{redhat, cygnus}.com Free Software Developer

Re: automake --build-dir

2000-04-01 Thread Alexandre Oliva
On Apr 2, 2000, Erez Zadok <[EMAIL PROTECTED]> wrote: > Update: I managed to solve that problem by rerunning automake on the .am > files in the autoconf CVS repository. You must re-run aclocal before automake. -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~o

Re: automake --build-dir

2000-04-02 Thread Alexandre Oliva
in/sh /path/to/missing --run tar"' However, in my case, the srcdir pathname is absolute. This may make a difference. -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~oliva/ Cygnus Solutions, a Red Hat companyaoliva@{redhat, cygnus}.com Free Software De

Re: To hack or not to hack

2000-04-04 Thread Alexandre Oliva
t always have time to answer, but > other people probably will. Ditto for libtool :-) -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~oliva/ Cygnus Solutions, a Red Hat companyaoliva@{redhat, cygnus}.com Free Software Developer and EvangelistCS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org} Write to mailing lists, not to me

Re: Testing for a library with $CXX (instead of $CC)

2000-04-05 Thread Alexandre Oliva
On Apr 5, 2000, F Labrosse <[EMAIL PROTECTED]> wrote: > Is it possible to test for a library using $CXX instead of $CC? This is an `autoconf', not `automake', question. See the `Language Choice' node in the autoconf manual. -- Alexandre OlivaEnjoy Guaraná, see

Re: Pass additional options to libtool?

2000-04-06 Thread Alexandre Oliva
On Apr 6, 2000, Bob Friesenhahn <[EMAIL PROTECTED]> wrote: > What is the approved mechanism to selectively pass additional options > to libtool from Automake? I don't think we have one so far. But this should work: LIBTOOL = @LIBTOOL@ --silent -- Alexandre OlivaEnjoy

Re: Pass additional options to libtool?

2000-04-06 Thread Alexandre Oliva
On Apr 6, 2000, Bob Friesenhahn <[EMAIL PROTECTED]> wrote: > On 6 Apr 2000, Alexandre Oliva wrote: >> On Apr 6, 2000, Bob Friesenhahn <[EMAIL PROTECTED]> wrote: >> >> > What is the approved mechanism to selectively pass additional options >> > to l

Re: PATCH: C++ source files in sub directory

2000-04-11 Thread Alexandre Oliva
o' test; all known (to me :-) C++ compilers support this feature. So this could certainly be highly simplified. -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~oliva/ Cygnus Solutions, a Red Hat companyaoliva@{redhat, cygnus}.com Free Software Developer and Evan

Re: Problem with ltconfig --mode=link invocation

2000-04-14 Thread Alexandre Oliva
orresponding options at link time. Meanwhile, the closer you can get to being right is to ``quote'' any compiler flags with libtool's `-Xcompiler' (or `-Wc,') flag. -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~oliva/ Cygnus Solutions, a Red Hat com

Re: Program-specific compiler options (prog_CFLAGS)

2000-04-19 Thread Alexandre Oliva
On Apr 19, 2000, Pierre-Julien Grizel <[EMAIL PROTECTED]> wrote: > And, of course, I'd like to have something like > proga_CFLAGS = CFLAGS + -DPROGA > and > progb_CFLAGS = CFLAGS + -DPROGB > in my Makefile.am. Something like that should work with CVS automake. --

Re: [PATCH] Re: Problem with ltconfig --mode=link invocation

2000-05-02 Thread Alexandre Oliva
i-language branch before trying to duplicate its work. > (sparc64-*-linux-gnu*): Use libsuff 64 for search paths. This is fine. Please post it to [EMAIL PROTECTED], and it will eventually be installed. -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~oliva/ Cygnus Solutions, a

Re: Adding global acconfig.h macros

2000-05-12 Thread Alexandre Oliva
e-argument AC_DEFINE. -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~oliva/ Cygnus Solutions, a Red Hat companyaoliva@{redhat, cygnus}.com Free Software Developer and EvangelistCS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org} Write to mailing lists, not to me

Re: Building libraries without _SOURCES

2000-05-24 Thread Alexandre Oliva
On May 24, 2000, "John R. Sheets" <[EMAIL PROTECTED]> wrote: > libwine_la_SOURCES = Just a wild, untested guess: did you try something like $(none)? -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~oliva/ Cygnus Solutions, a Red Hat companyaol

Re: gmake vs. ucb make and SUBDIRS

2000-05-27 Thread Alexandre Oliva
automake to detect this situation and disable dependency tracking automatically. -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~oliva/ Cygnus Solutions, a Red Hat companyaoliva@{redhat, cygnus}.com Free Software Developer and EvangelistCS PhD student at IC-Unicamp oliva

Re: rpcgen support for automake

2000-05-29 Thread Alexandre Oliva
o SUFFIXES, the write rules to generate the .c files from .x. Since you want to generate at least 2 files from the same .x, you won't be able to use implicit rules (such as `.c.x:'). -- Alexandre OlivaEnjoy Guaraná, see http://www.ic.unicamp.br/~oliva/ Cygnus Solutions, a Red Hat comp

Re: Automake conditionals

2000-06-15 Thread Alexandre Oliva
LDFLAGS_LIBJS. I believe that's the main reason why automake doesn't support conditional installation of ltlibraries. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at

Re: Dependency tracking/manual question

2000-06-22 Thread Alexandre Oliva
On Jun 22, 2000, Lars Hecking <[EMAIL PROTECTED]> wrote: > This is highly confusing, and should be rephrased It doesn't make much sense to rephrase it now that we have a completely different dependency tracking mechanism :-) -- Alexandre Oliva Enjoy Guarana', see http:

Re: Makefile update problem [IRIX make]

2000-06-23 Thread Alexandre Oliva
On Jun 23, 2000, "Lars J. Aas" <[EMAIL PROTECTED]> wrote: > Does anyone have any bright ideas? File a bug report to SGI? :-) -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.c

Re: depcomp cpp method fix

2000-06-23 Thread Alexandre Oliva
y line after a backslash. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist*Please* write to mailing lists, not to me

Re: user-dep-gen-branch question

2000-06-23 Thread Alexandre Oliva
On Jun 23, 2000, Jiann-Ming Su <[EMAIL PROTECTED]> wrote: > How do I set this in Makefile.am so that depmode=makedepend by default? Clean config.cache and configure again. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer

Re: user-dep-gen-branch question

2000-06-26 Thread Alexandre Oliva
=none" when I remove config.cache and re-run configure. So you have to find out why depcomp thinks makedepend doesn't work. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD s

Re: user-dep-gen-branch question

2000-06-26 Thread Alexandre Oliva
On Jun 26, 2000, Jiann-Ming Su <[EMAIL PROTECTED]> wrote: > On 26 Jun 2000, Alexandre Oliva wrote: >> >> So you have to find out why depcomp thinks makedepend doesn't work. > Yeah, it was just a matter of --enable-dependency-tracking. Ah, yes, of course! I had

Re: Conditional variable confusion.

2000-06-26 Thread Alexandre Oliva
On Jun 26, 2000, Mo DeJong <[EMAIL PROTECTED]> wrote: > src/Makefile.am:7: libtkgs_la_SOURCES includes configure substitution > `@SYSINIT@' You must define lib..._EXTRA_SOURCES to list the potential set of sources @SYSINIT@ will introduce. -- Alexandre Oliva Enjoy G

Re: Problem with CVS autoconf + automake + libtool

2000-06-27 Thread Alexandre Oliva
;s a line break 798, after AC_LIBTOOL_CXX is added to the definition of AC_PROG_CXX. In order to be safe, automake should probably have a similar line break after appending AM_DEPENDENCIES to AC_PROG_CXX in init.m4. Would you be willing to post a patch to fix this problem-to-be? -- Alexandre Ol

Re: Problem with CVS autoconf + automake + libtool

2000-06-27 Thread Alexandre Oliva
, because it is in the aclocal.m4 copy of libtool.m4 that the source of this problem is. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp

Re: Problem with CVS autoconf + automake + libtool

2000-06-27 Thread Alexandre Oliva
On Jun 28, 2000, Mo DeJong <[EMAIL PROTECTED]> wrote: > On 28 Jun 2000, Alexandre Oliva wrote: >> On Jun 28, 2000, Mo DeJong <[EMAIL PROTECTED]> wrote: >> >> > Do you mean like this? >> >> Yup. >> >> > I tried to rerun with this

Re: RANLIB error when using automake.

2000-06-28 Thread Alexandre Oliva
se checks because I don't get an > error like this when using a libtool enabled package. It does. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampo

Re: RANLIB error when using automake.

2000-06-28 Thread Alexandre Oliva
On Jun 28, 2000, Mo DeJong <[EMAIL PROTECTED]> wrote: > On 28 Jun 2000, Alexandre Oliva wrote: >> On Jun 28, 2000, Mo DeJong <[EMAIL PROTECTED]> wrote: >> >> > Ok, then why don't we just run AC_CHECK_TOOL for ranlib >> > and any other programs

Re: Conditional variable confusion.

2000-06-28 Thread Alexandre Oliva
you set and AC_SUBST PLATFORM_sysinit_O in configure, then lib*_LDADD = $(PLATFORM_sysinit_O) and EXTRA_lib*_SOURCES = $(the full set of potential sources for PLATFORM_sysinit_O) -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliv

Re: [Morten Eriksen ] [PATCH] Another sgi dependency tracking bugfix

2000-06-28 Thread Alexandre Oliva
On Jun 28, 2000, Morten Eriksen <[EMAIL PROTECTED]> wrote: > this patch was never applied, so I'm resending it. Let me know if it > is unacceptable for some reason. It seems good to me, I just didn't have time to install it :-( -- Alexandre Oliva Enjoy Guarana', s

Re: make -q

2000-06-30 Thread Alexandre Oliva
On Jun 30, 2000, Alex Hornby <[EMAIL PROTECTED]> wrote: > Is make -q portable? I don't think so. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-U

Re: make -q

2000-06-30 Thread Alexandre Oliva
On Jun 30, 2000, Alex Hornby <[EMAIL PROTECTED]> wrote: > Alexandre Oliva writes: >> On Jun 30, 2000, Alex Hornby <[EMAIL PROTECTED]> wrote: >> >> > Is make -q portable? >> >> I don't think so. > It is present on GNU Make, Solaris 2.6 ma

Re: Why does ltconfig unset CC?

2000-07-09 Thread Alexandre Oliva
On Jul 9, 2000, Alexandre Oliva <[EMAIL PROTECTED]> wrote: > On Jul 9, 2000, Mo DeJong <[EMAIL PROTECTED]> wrote: >> appending configuration tag "GCJ" to libtool > Huh? What the hack is GCJ doing here? I've just figured it out. Even though your autoc

Re: Why does ltconfig unset CC?

2000-07-09 Thread Alexandre Oliva
of libfoo-0-0-0.dll. -avoid-version -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist*Please* write to mailing lists, not to me

Re: [Re: Shared library with source in sub directories]

2000-07-17 Thread Alexandre Oliva
r-library dependencies. 1.4-to-be (CVS trunk) is supposed to fix this problem. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org

Re: Why does ltconfig unset CC?

2000-07-23 Thread Alexandre Oliva
not autoconf: it was aclocal that took unwanted actions upon seeing the macro. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} F

Re: Multiple libtool libs from same sources

2000-08-02 Thread Alexandre Oliva
n't be done. IIRC, CVS automake supports libfoo_la_CFLAGS -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist*Please* write to mailing lists, not to me

Re: C++ shared libraries

2000-08-16 Thread Alexandre Oliva
On Aug 15, 2000, Simon Richter <[EMAIL PROTECTED]> wrote: > probably this is a FAQ, but i couldn't find an answer: How can I tell > automake to check for a C++ library (i.e. that contains no C symbols)? automake doesn't check for libraries at all. Maybe you meant au

Re: Automake + file.in

2000-08-17 Thread Alexandre Oliva
On Aug 17, 2000, "Nikolaus Kimmel (FT3/AB Ulm)" <[EMAIL PROTECTED]> wrote: > So how can I put variables (in which syntax) into the AC_OUTPUT command, > so that automake don't give me errors. You can't. Automake requires static knowledge of all AC_OUTPUT fil

Re: question about `make clean'

2000-08-26 Thread Alexandre Oliva
On Aug 26, 2000, Tom Tromey <[EMAIL PROTECTED]> wrote: > I'm inclined to make `.' a special case and always clean it after > cleaning all the subdirs. Sounds very reasonable to me. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~o

Re: Automake Bug?

2000-08-27 Thread Alexandre Oliva
indeed pass it down explicitly, to support other makes in this regard. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist*Please* write to mailing lists, not to me

Re: Automake Bug?

2000-08-27 Thread Alexandre Oliva
/FOO//bin/`echo $p|sed 's/$//'|sed 's,x,x,'|sed >'s/$//'`; \ > else :; fi; \ > done > make[2]: Nothing to be done for `install-data-am'. > make[2]: Leaving directory `/usr/src/bos/bin/grep/src' -- Alexandre Oliva Enjoy Guarana', se

Re: Directory navigation

2000-08-30 Thread Alexandre Oliva
es... ;) > These are probably solved, at least if you refer to template > instantiation problems. You can set the `_AR' variable on a > per-library basis to the correct CC invocation. Or you may use the multi-language libtool, that supports building shared libraries with s

Re: [patch] new depcomp "sxc" method

2000-09-06 Thread Alexandre Oliva
ould be nice to note this fact as a comment in the script, otherwise someone unaware of this fact might think of ``fixing'' it later on :-). -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com,

Re: VPATH in automake

2000-09-08 Thread Alexandre Oliva
On Sep 8, 2000, James Bonfield <[EMAIL PROTECTED]> wrote: > automake: Makefile.am: not supported: source file `a/a.c' is in subdirectory This is supposed in CVS automake. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer

Re: GNU Coding Standards, automake, and the recent xz-utils backdoor

2024-03-30 Thread Alexandre Oliva
secure media and then use the tools in it to look for the rootkit in the potentially-compromised system, *without* handing control over to it. -- Alexandre Oliva, happy hackerhttps://FSFLA.org/blogs/lxo/ Free Software Activist GNU Toolchain Engineer

Re: include an AC_DEFUN

2000-09-09 Thread Alexandre Oliva
omatically be > included. > Otherwise you can use `sinclude', but that is a hack. I'd recommend `builtin([include],[filename.m4])', because then it will complain if the file is missing. And you probably meant acinclude.m4, not aclocal.m4, otherwise the include will go away n

Re: Libraries within the same package

2000-09-09 Thread Alexandre Oliva
ts > to @libdir@)? automake can't do it, but libtool (that automake knows how to use) can. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.

Re: Gnu make conditionals in Makefile.am

2000-09-11 Thread Alexandre Oliva
mply passes the code on to Makefile.in? If automake had a FAQ, this would be there. Set ENDIF=endif, AC_SUBST it, and use @ENDIF@ in Makefile.am Remember that automake is supposed to create portable Makefiles, and GNU make conditionals aren't portable. -- Alexandre Oliva Enjoy Guarana

Re: dependency files not from stdout

2000-09-28 Thread Alexandre Oliva
finds it to work. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist*Please* write to mailing lists, not to me

Re: project link problems

2000-10-12 Thread Alexandre Oliva
clared as `extern "C"' if it is defined in C but called from C++. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.

Re: Avoiding cross-dependencies for aclocal.m4

2000-10-16 Thread Alexandre Oliva
On Oct 16, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote: > This guy looks good to me. Any objection? Nope. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student

Re: [PATCH] Dependency tracking for Microsoft Visual C/C++

2000-10-16 Thread Alexandre Oliva
n to me why we launch it in background and then > just wait for it to complete? We compute dependencies in parallel with the actual compilation, but we mustn't consider the job done before both are complete. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.uni

Re: [PATCH] compare header files before installing

2000-10-16 Thread Alexandre Oliva
k of someone that uses the timestamp to decide whether a certain file is part of the newly installed package or just some remnant from an old release that can now be removed... -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aol

Re: [PATCH] compare header files before installing

2000-10-16 Thread Alexandre Oliva
't change what isn't broken; giving users the option should be enough. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gn

Re: PATCH: depcomp cpp method output

2000-10-17 Thread Alexandre Oliva
h me. Any objection? Nope. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist*Please* write to mailing lists, not to me

Re: Dependency tracking

2000-10-17 Thread Alexandre Oliva
depends on GNU make nor GCC. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist*Please* write to mailing lists, not to me

Re: CVS HEAD and parallel make install

2000-10-18 Thread Alexandre Oliva
ew entry in TODO so that a real fix is eventually implemented. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Softwa

Re: [PATCH] Fix for CRLF problem

2000-10-20 Thread Alexandre Oliva
On Oct 20, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote: > This looks fine to me. Any resistance? Ok with me. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student

Re: automake compliance

2000-10-24 Thread Alexandre Oliva
On Oct 24, 2000, Dmitri Shparber <[EMAIL PROTECTED]> wrote: > I just have a question regarding automake utility. Is this utilitie > compliant with 64 bit architecture machines running on win2K platform? What do you mean? automake is just a perl script. -- Alexandre Oliva E

Re: Need help !

2000-10-26 Thread Alexandre Oliva
le a target). So, you've got a cycle in the dependence graph, and some arc gets dropped. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{ls

Re: How to install "config.h"

2000-10-26 Thread Alexandre Oliva
f you really want to have it installed, don't call it `config.h', or at least install it in include/. To accomplish that, use: pkginclude_HEADERS = config.h ... And use `#include ' in all other headers that include it. -- Alexandre Oliva Enjoy Guarana', see http:/

Re: PATCH: patsubst support

2000-10-27 Thread Alexandre Oliva
On Oct 27, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote: > Yep, by default Automake must not let the users do nonportable > things. I tend to agree. But I wouldn't say `must not', I'd say `should not'. -- Alexandre Oliva Enjoy Guarana', see http://

Re: PATCH: patsubst support

2000-10-29 Thread Alexandre Oliva
On Oct 28, 2000, Alex Hornby <[EMAIL PROTECTED]> wrote: > What is the policy regarding changes to non-portable behavour? automake is supposed to generate portable Makefiles, so I think the default should be static expansion. -- Alexandre Oliva Enjoy Guarana', see http://www

  1   2   3   >