Re: compile problem

2004-09-21 Thread Gary V. Vaughan
Hallo! Ralf Wildenhues wrote: > Alexandre Duret-Lutz writes: > > "Gary" == Gary V Vaughan <[EMAIL PROTECTED]> writes: >> because AM_PROG_CC_C_O horribly >> overwrites CC, it's not clear to me whether >> >> AM_PROG_CC_C_O >> LT_INIT >> >> is equivalent to >> >> LT_INIT >> AM_PROG_CC_C_O >> >>

Re: compile problem

2004-09-21 Thread Gary V. Vaughan
Salut Alexandre! Alexandre Duret-Lutz wrote: "Gary" == Gary V Vaughan <[EMAIL PROTECTED]> writes: > > Gary> My feeling at the moment is that it would be a small price to pay for > Gary> simplifying the interface to automake (i.e. _not_ being sometimes told, > Gary> partway through the auto

Re: compile problem

2004-09-20 Thread Ralf Wildenhues
Alexandre Duret-Lutz writes: "Gary" == Gary V Vaughan <[EMAIL PROTECTED]> writes: Gary> But for a project built with `make -j', we still need AM_PROG_CC_C_O Gary> and _LT_COMPILER_C_O to understand each others' locks :-( Seems so. I thought it was not needed because when AM_PROG_CC_C_O decid

Re: compile problem

2004-09-20 Thread Alexandre Duret-Lutz
>>> "Gary" == Gary V Vaughan <[EMAIL PROTECTED]> writes: [...] Gary> I'm not saying that the compile script should be used, Gary> just that the tests to determine whether it might be Gary> needed are run as a matter of course. Looking at the Gary> implementation of AM_PROG_CC_C_O, I see that

Re: compile problem

2004-09-20 Thread Alexandre Duret-Lutz
>>> "Gary" == Gary V Vaughan <[EMAIL PROTECTED]> writes: Gary> But for a project built with `make -j', we still need AM_PROG_CC_C_O Gary> and _LT_COMPILER_C_O to understand each others' locks :-( Seems so. I thought it was not needed because when AM_PROG_CC_C_O decides `compile' is required, i

Re: compile problem

2004-09-10 Thread Bob Friesenhahn
On Fri, 10 Sep 2004, Gary V. Vaughan wrote: If the compile script is unnecessarily used, then compilation will be even slower. This seems particularly true for the Windows operating system where compilation using libtool already feels like compiling in molasses. It seems that Windows is very slow

Re: compile problem

2004-09-10 Thread Gary V. Vaughan
Bob Friesenhahn wrote: > On Fri, 10 Sep 2004, Gary V. Vaughan wrote: > >> >> Okay. But for a project built with `make -j', we still need >> AM_PROG_CC_C_O >> and _LT_COMPILER_C_O to understand each others' locks :-( >> >>> [...] >>> >>> Gary> Meant to ask, why doesn't AM_INIT_AUTOMAKE (condition

Re: compile problem

2004-09-10 Thread Bob Friesenhahn
On Fri, 10 Sep 2004, Gary V. Vaughan wrote: Okay. But for a project built with `make -j', we still need AM_PROG_CC_C_O and _LT_COMPILER_C_O to understand each others' locks :-( [...] Gary> Meant to ask, why doesn't AM_INIT_AUTOMAKE (conditionally if Gary> necessary) simply invoke AM_PROG_CC_C_O?

Re: compile problem

2004-09-10 Thread Gary V. Vaughan
Alexandre Duret-Lutz wrote: "Gary" == Gary V Vaughan <[EMAIL PROTECTED]> writes: > > [...] > > Gary> So does that simply mean that libtool objects can be correctly built > Gary> as subdir-objects without AM_PROG_CC_C_O? Sorry to bug you, just > Gary> making sure I understand why you made

Re: compile problem

2004-09-08 Thread Gary V . Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Salut! On 7 Sep 2004, at 22:03, Alexandre Duret-Lutz wrote: "Gary" == Gary V Vaughan <[EMAIL PROTECTED]> writes: Gary> Do we need to patch automake to accept LT_INIT for Gary> subdir-objects projects, or do you think AC_PROG_CC_C_O Gary> should be me

Re: compile problem

2004-09-07 Thread Alexandre Duret-Lutz
>>> "Gary" == Gary V Vaughan <[EMAIL PROTECTED]> writes: [...] Gary> So does that simply mean that libtool objects can be correctly built Gary> as subdir-objects without AM_PROG_CC_C_O? Sorry to bug you, just Gary> making sure I understand why you made the patch the way you did... The purpos

Re: compile problem

2004-09-07 Thread Gary V . Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Salut Alexandre! Welcome back. Hope you enjoyed your vacation :-) On 7 Sep 2004, at 22:03, Alexandre Duret-Lutz wrote: "Gary" == Gary V Vaughan <[EMAIL PROTECTED]> writes: [...] On Mon, Aug 23, 2004 at 08:29:07PM +0100, Patrick Welche wrote: I just tri

Re: compile problem

2004-09-07 Thread Alexandre Duret-Lutz
>>> "Gary" == Gary V Vaughan <[EMAIL PROTECTED]> writes: [...] >>> On Mon, Aug 23, 2004 at 08:29:07PM +0100, Patrick Welche wrote: >>> I just tried to build cvs libtool with cvs auto* all from today, and get: make all-recursive Making all in . >>> cd . && /bin/ksh /us

Re: compile problem

2004-08-26 Thread Gary V. Vaughan
Hi Alexandre! Your automake patch of 2004-08-04 causes this to happen: Noah Misch wrote: > On Wed, Aug 25, 2004 at 07:51:01PM +0100, Patrick Welche wrote: > >>On Mon, Aug 23, 2004 at 08:29:07PM +0100, Patrick Welche wrote: >> >>>I just tried to build cvs libtool with cvs auto* all from today, an

Re: compile problem

2004-08-25 Thread Noah Misch
On Wed, Aug 25, 2004 at 07:51:01PM +0100, Patrick Welche wrote: > On Mon, Aug 23, 2004 at 08:29:07PM +0100, Patrick Welche wrote: > > I just tried to build cvs libtool with cvs auto* all from today, and get: > > > > make all-recursive > > Making all in . > > cd . && /bin/ksh /usr/src/local/libto

Re: compile problem

2004-08-25 Thread Patrick Welche
On Mon, Aug 23, 2004 at 08:29:07PM +0100, Patrick Welche wrote: > I just tried to build cvs libtool with cvs auto* all from today, and get: > > make all-recursive > Making all in . > cd . && /bin/ksh /usr/src/local/libtool/config/missing --run automake-1.9a --gnits > libltdl/Makefile.am: C obje

compile problem

2004-08-23 Thread Patrick Welche
I just tried to build cvs libtool with cvs auto* all from today, and get: make all-recursive Making all in . cd . && /bin/ksh /usr/src/local/libtool/config/missing --run automake-1.9a --gnits libltdl/Makefile.am: C objects with per-target flags but `AM_PROG_CC_C_O' not in `configure.ac' Am I

Re: Compile problem.

2000-07-21 Thread Alexandre Oliva
On Jul 22, 2000, "Dennis [A Sys-Adm]" <[EMAIL PROTECTED]> wrote: > configure: error: installation or configuration problem: C compiler cannot > create executables. % echo 'main(){}' > test.c % gcc test.c Before this works, you'll have trouble installing almost *any* piece of software. -- Ale

Compile problem.

2000-07-21 Thread Dennis [A Sys-Adm]
Hello support, I have solaris 2.6 [sparc] platform. While installing libtool 1.3.2 i am getting below compliation error. Please kindly give solution for this problem. loading cache ./config.cache checking for a BSD compatible install... ./install-sh -c checking whether build environment is san