Jonathan Nieder <jrnieder@HIDDEN>
to control <at> debbugs.gnu.org.
Full text available.Received: (at 9505) by debbugs.gnu.org; 15 Sep 2011 05:42:10 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Sep 15 01:42:10 2011 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1R44iA-00037L-54 for submit <at> debbugs.gnu.org; Thu, 15 Sep 2011 01:42:10 -0400 Received: from caiajhbdcbef.dreamhost.com ([208.97.132.145] helo=homiemail-a76.g.dreamhost.com) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from <gary@HIDDEN>) id 1R44i6-00037B-LQ for 9505 <at> debbugs.gnu.org; Thu, 15 Sep 2011 01:42:07 -0400 Received: from homiemail-a76.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a76.g.dreamhost.com (Postfix) with ESMTP id 6507345807B; Wed, 14 Sep 2011 22:37:29 -0700 (PDT) Received: from [192.168.1.2] (unknown [180.183.125.56]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: gary@HIDDEN) by homiemail-a76.g.dreamhost.com (Postfix) with ESMTPSA id A27D9458071; Wed, 14 Sep 2011 22:37:28 -0700 (PDT) Subject: Re: bug#9505: libtool Mime-Version: 1.0 (Apple Message framework v1244.3) Content-Type: text/plain; charset=iso-8859-1 From: "Gary V. Vaughan" <gary@HIDDEN> In-Reply-To: <CAMGV_xLD135p0Ni+ZYykXeKqexQfObuOBGPFgWqLiLBEPHDkhw@HIDDEN> Date: Thu, 15 Sep 2011 12:37:24 +0700 Content-Transfer-Encoding: quoted-printable Message-Id: <67A8823B-762A-41DD-B3AC-A0AE7F28C2B4@HIDDEN> References: <CAMGV_xLD135p0Ni+ZYykXeKqexQfObuOBGPFgWqLiLBEPHDkhw@HIDDEN> To: Marcos Hocpfner <mhocpfner@HIDDEN> X-Mailer: Apple Mail (2.1244.3) X-Spam-Score: -3.5 (---) X-Debbugs-Envelope-To: 9505 Cc: 9505 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Sender: debbugs-submit-bounces <at> debbugs.gnu.org Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org X-Spam-Score: -3.4 (---) On 14 Sep 2011, at 19:39, Marcos Hocpfner wrote: > Hello, i have a problem whit the compilation libtool, this is the = error: >=20 > make[2]: Entering directory `/usr/local/gnubatch-1.3/build/lib' > libtool --mode=3Dcompile gcc -O -g -Wall -fno-stack-protector = -I../hdrs -I../.. -c -o advtime.o advtime.c > /usr/local/bin/libtool: line 1295: base_compile+=3D gcc: command not = found > /usr/local/bin/libtool: line 1295: base_compile+=3D -O: command not = found > /usr/local/bin/libtool: line 1295: base_compile+=3D -g: command not = found > /usr/local/bin/libtool: line 1295: base_compile+=3D -Wall: command not = found > /usr/local/bin/libtool: line 1295: base_compile+=3D = -fno-stack-protector: command not found > /usr/local/bin/libtool: line 1295: base_compile+=3D -I../hdrs: No such = file or directory > /usr/local/bin/libtool: line 1295: base_compile+=3D -I../..: No such = file or directory > /usr/local/bin/libtool: line 1295: base_compile+=3D -c: command not = found > /usr/local/bin/libtool: line 1295: CC_quoted+=3D gcc: command not = found > /usr/local/bin/libtool: line 1295: CC_quoted+=3D g++: command not = found > libtool: compile: you must specify a compilation command > libtool: compile: Try `libtool --help --mode=3Dcompile' for more = information. > make[2]: *** [advtime.o] Error 1 > make[2]: Leaving directory `/usr/local/gnubatch-1.3/build/lib' > make[1]: *** [lib/libgnubatch_int.la] Error 2 > make[1]: Leaving directory `/usr/local/gnubatch-1.3/build' > make: *** [build-src] Error 2 This means that you have generated libtool using a shell that = understands XSI extensions, such as bash, so it has made some optimisations based on that, but then = you are letting make execute libtool with a shell that doesn't understand those = optimisations - such as /bin/sh. Make sure that if you point configure at a better shell (by setting = SHELL or CONFIG_SHELL in your environment for example), that you also tell make to use the = same shell (by calling make with SHELL=3D/bin/bash for example). If your environment is clean, and you are not accidentally or = deliberately manipulating the execution shell, then you have found a genuine bug. We'll need to = know all of the details about your environment, including the actual command lines you = used to call configure and then make. The README in your libtool distribution explains more about some of the = information required when reporting a bug, or you can get there directly by running = './libtool --help'. > more date: > libtool (GNU libtool) 2.4 > Written by Gordon Matzigkeit <gord@HIDDEN>, 1996 >=20 > Copyright (C) 2010 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There = is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR = PURPOSE. > ###### > GNU Make 3.81 > Copyright (C) 2006 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. > There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A > PARTICULAR PURPOSE. >=20 > This program built for sparc-sun-solaris2.10 > ######## > Oracle Solaris 10 9/10 s10s_u9wos_14a SPARC > Copyright (c) 2010, Oracle and/or its affiliates. All rights = reserved. > Assembled 11 August 2010 >=20 >=20 > thank you very much Cheers, --=20 Gary V. Vaughan (gary AT gnu DOT org)=
owner <at> debbugs.gnu.org, bug-libtool@HIDDEN:bug#9505; Package libtool.
Full text available.
Received: (at 9505) by debbugs.gnu.org; 14 Sep 2011 16:19:50 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Sep 14 12:19:50 2011
Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org)
by debbugs.gnu.org with esmtp (Exim 4.69)
(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
id 1R3sBh-00027Y-Cj
for submit <at> debbugs.gnu.org; Wed, 14 Sep 2011 12:19:50 -0400
Received: from mail-gx0-f172.google.com ([209.85.161.172])
by debbugs.gnu.org with esmtp (Exim 4.69)
(envelope-from <mhocpfner@HIDDEN>) id 1R3qGL-0001FI-Mx
for 9505 <at> debbugs.gnu.org; Wed, 14 Sep 2011 10:16:34 -0400
Received: by gxk19 with SMTP id 19so2283626gxk.17
for <9505 <at> debbugs.gnu.org>; Wed, 14 Sep 2011 07:11:56 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
h=mime-version:date:message-id:subject:from:to:content-type;
bh=Sn/iRldKr1sQWDTQZyb/FuJ1z3m5n9qp/5TuGfqV/FI=;
b=PajvSZo4CVnKKwzgERqyXUSEJzjMS0bBpQ8vcpA9qspIGy0h5vYPL0c0oWP0V4tasF
Arv7WptUmW4PbCDoKPzYYMqPDyd+Img73ko7+p5Kz7esPO3ztHEWJWFGf6RphO+LSgxS
GrAxDNedmxYfdFXkFWoo1b/p/yZETq3pbQiGk=
MIME-Version: 1.0
Received: by 10.68.11.5 with SMTP id m5mr76526pbb.36.1316009516016; Wed, 14
Sep 2011 07:11:56 -0700 (PDT)
Received: by 10.68.42.197 with HTTP; Wed, 14 Sep 2011 07:11:55 -0700 (PDT)
Date: Wed, 14 Sep 2011 11:11:55 -0300
Message-ID: <CAMGV_xKN_RBKXP1XRYCQze4dnyD59qjZrfoq4e9h3UChQiFtrQ@HIDDEN>
Subject: bug libtool
From: Marcos Hocpfner <mhocpfner@HIDDEN>
To: 9505 <at> debbugs.gnu.org
Content-Type: multipart/alternative; boundary=bcaec5215f2db925c604ace757f4
X-Spam-Score: -4.8 (----)
X-Debbugs-Envelope-To: 9505
X-Mailman-Approved-At: Wed, 14 Sep 2011 12:19:48 -0400
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.11
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>,
<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>,
<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Sender: debbugs-submit-bounces <at> debbugs.gnu.org
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
X-Spam-Score: -4.4 (----)
--bcaec5215f2db925c604ace757f4
Content-Type: text/plain; charset=ISO-8859-1
mostrar detalles 09:39 (Hace 1 hora)
Hello, i have a problem whit the compilation libtool, this is the error:
make[2]: Entering directory `/usr/local/gnubatch-1.3/build/lib'
libtool --mode=compile gcc -O -g -Wall -fno-stack-protector -I../hdrs
-I../.. -c -o advtime.o advtime.c
/usr/local/bin/libtool: line 1295: base_compile+= gcc: command not found
/usr/local/bin/libtool: line 1295: base_compile+= -O: command not found
/usr/local/bin/libtool: line 1295: base_compile+= -g: command not found
/usr/local/bin/libtool: line 1295: base_compile+= -Wall: command not found
/usr/local/bin/libtool: line 1295: base_compile+= -fno-stack-protector:
command not found
/usr/local/bin/libtool: line 1295: base_compile+= -I../hdrs: No such file or
directory
/usr/local/bin/libtool: line 1295: base_compile+= -I../..: No such file or
directory
/usr/local/bin/libtool: line 1295: base_compile+= -c: command not found
/usr/local/bin/libtool: line 1295: CC_quoted+= gcc: command not found
/usr/local/bin/libtool: line 1295: CC_quoted+= g++: command not found
libtool: compile: you must specify a compilation command
libtool: compile: Try `libtool --help --mode=compile' for more information.
make[2]: *** [advtime.o] Error 1
make[2]: Leaving directory `/usr/local/gnubatch-1.3/build/lib'
make[1]: *** [lib/libgnubatch_int.la] Error 2
make[1]: Leaving directory `/usr/local/gnubatch-1.3/build'
make: *** [build-src] Error 2
*more date:*
libtool (GNU libtool) 2.4
Written by Gordon Matzigkeit <gord@HIDDEN>, 1996
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
######
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for sparc-sun-solaris2.10
########
Oracle Solaris 10 9/10 s10s_u9wos_14a SPARC
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
Assembled 11 August 2010
thank you very much
markoz
Responder
--bcaec5215f2db925c604ace757f4
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
<table class=3D"cf gJ" cellpadding=3D"0"><tbody><tr><td class=3D"gF gK"><ta=
ble class=3D"cf ix" cellpadding=3D"0"><tbody><tr><td><div class=3D"iw"><spa=
n class=3D"hb"><span class=3D"g2"></span> </span></div><br></td></tr></tbod=
y></table></td>
<td class=3D"gH"><div class=3D"gK"><span class=3D"iD">mostrar detalles</spa=
n> <span id=3D":10m" class=3D"g3" title=3D"14 de septiembre de 2011 09:39" =
alt=3D"14 de septiembre de 2011 09:39">09:39 (Hace 1 hora)</span> <span></s=
pan></div>
</td><td class=3D"gH"><br></td></tr></tbody></table><div id=3D":10k" class=
=3D"ii gt"><div id=3D":10j">Hello, i have a problem whit the compilation li=
btool, this is the error:<br><br>make[2]: Entering directory `/usr/local/gn=
ubatch-1.3/build/lib'<br>
libtool --mode=3Dcompile gcc -O -g -Wall -fno-stack-protector=A0 -I../hdrs =
-I../..=A0=A0 -c -o advtime.o advtime.c<br>
/usr/local/bin/libtool: line 1295: base_compile+=3D gcc: command not found<=
br>/usr/local/bin/libtool: line 1295: base_compile+=3D -O: command not foun=
d<br>/usr/local/bin/libtool: line 1295: base_compile+=3D -g: command not fo=
und<br>
/usr/local/bin/libtool: line 1295: base_compile+=3D -Wall: command not foun=
d<br>/usr/local/bin/libtool: line 1295: base_compile+=3D -fno-stack-protect=
or: command not found<br>/usr/local/bin/libtool: line 1295: base_compile+=
=3D -I../hdrs: No such file or directory<br>
/usr/local/bin/libtool: line 1295: base_compile+=3D -I../..: No such file o=
r directory<br>/usr/local/bin/libtool: line 1295: base_compile+=3D -c: comm=
and not found<br>/usr/local/bin/libtool: line 1295: CC_quoted+=3D gcc: comm=
and not found<br>
/usr/local/bin/libtool: line 1295: CC_quoted+=3D g++: command not found<br>=
libtool: compile: you must specify a compilation command<br>libtool: compil=
e: Try `libtool --help --mode=3Dcompile' for more information.<br>make[=
2]: *** [advtime.o] Error 1<br>
make[2]: Leaving directory `/usr/local/gnubatch-1.3/build/lib'<br>make[=
1]: *** [lib/<a href=3D"http://libgnubatch_int.la/" target=3D"_blank">libgn=
ubatch_int.la</a>] Error 2<br>make[1]: Leaving directory `/usr/local/gnubat=
ch-1.3/build'<br>
make: *** [build-src] Error 2<br><br><u><b>more date:</b></u><br>libtool (G=
NU libtool) 2.4<br>Written by Gordon Matzigkeit <<a href=3D"mailto:gord@=
gnu.ai.mit.edu" target=3D"_blank">gord@HIDDEN</a>>, 1996<br><br>
Copyright (C) 2010 Free Software Foundation, Inc.<br>
This is free software; see the source for copying conditions.=A0 There is N=
O<br>warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR=
POSE.<br>######<br>GNU Make 3.81<br>Copyright (C) 2006=A0 Free Software Fou=
ndation, Inc.<br>
This is free software; see the source for copying conditions.<br>There is N=
O warranty; not even for MERCHANTABILITY or FITNESS FOR A<br>PARTICULAR PUR=
POSE.<br><br>This program built for sparc-sun-solaris2.10<br>########<br>
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 Oracle Solaris 10 9/=
10 s10s_u9wos_14a SPARC<br>=A0=A0=A0=A0 Copyright (c) 2010, Oracle and/or i=
ts affiliates. All rights reserved.<br>=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 Assembled 11 August 2010<br><=
br><br>thank you very much<br>
<br><br>markoz<br><br>
</div></div><div class=3D"gA gt ambfl"><div class=3D"gB"><table id=3D":10v"=
class=3D"cf gz" cellpadding=3D"0"><tbody><tr><td><div class=3D"cKWzSc mD" =
tabindex=3D"0"><img class=3D"mL tk3N6e-I-J3" src=3D"images/cleardot.gif" al=
t=3D""> <span class=3D"mG tk3N6e-I-J9">Responder</span></div>
</td></tr></tbody></table></div></div>
--bcaec5215f2db925c604ace757f4--
owner <at> debbugs.gnu.org, bug-libtool@HIDDEN:bug#9505; Package libtool.
Full text available.
Received: (at submit) by debbugs.gnu.org; 14 Sep 2011 13:17:43 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Sep 14 09:17:43 2011
Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org)
by debbugs.gnu.org with esmtp (Exim 4.69)
(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
id 1R3pLM-0004yv-Uw
for submit <at> debbugs.gnu.org; Wed, 14 Sep 2011 09:17:43 -0400
Received: from eggs.gnu.org ([140.186.70.92])
by debbugs.gnu.org with esmtp (Exim 4.69)
(envelope-from <mhocpfner@HIDDEN>) id 1R3ooe-0001p1-KO
for submit <at> debbugs.gnu.org; Wed, 14 Sep 2011 08:43:53 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
(envelope-from <mhocpfner@HIDDEN>) id 1R3okB-0004Cv-S1
for submit <at> debbugs.gnu.org; Wed, 14 Sep 2011 08:39:16 -0400
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org
X-Spam-Level:
X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,
HTML_MESSAGE,RCVD_IN_DNSWL_LOW,T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL
autolearn=unavailable version=3.3.1
Received: from lists.gnu.org ([140.186.70.17]:57586)
by eggs.gnu.org with esmtp (Exim 4.71)
(envelope-from <mhocpfner@HIDDEN>) id 1R3okB-0004Cr-QS
for submit <at> debbugs.gnu.org; Wed, 14 Sep 2011 08:39:11 -0400
Received: from eggs.gnu.org ([140.186.70.92]:57988)
by lists.gnu.org with esmtp (Exim 4.71)
(envelope-from <mhocpfner@HIDDEN>) id 1R3ok7-0003aj-Lu
for bug-libtool@HIDDEN; Wed, 14 Sep 2011 08:39:11 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
(envelope-from <mhocpfner@HIDDEN>) id 1R3ok2-0004Bt-K6
for bug-libtool@HIDDEN; Wed, 14 Sep 2011 08:39:07 -0400
Received: from mail-yi0-f41.google.com ([209.85.218.41]:60583)
by eggs.gnu.org with esmtp (Exim 4.71)
(envelope-from <mhocpfner@HIDDEN>) id 1R3ok2-0004Bo-F5
for bug-libtool@HIDDEN; Wed, 14 Sep 2011 08:39:02 -0400
Received: by yia25 with SMTP id 25so868129yia.0
for <bug-libtool@HIDDEN>; Wed, 14 Sep 2011 05:39:01 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
h=mime-version:date:message-id:subject:from:to:content-type;
bh=zpunW7MnWhR7dzVZJpKG2aGafz3+Pmqpz4fRGW4XM7s=;
b=ulNVHqo08USA2gQn8u3kLUbLOER6K4yPptdhiAaFF0D/8q18p0TFhxepgqVGv8Wzjm
vCIDoaxjAnPRsRt7ChTTdSWFRZx2SrKXyq7TWpbt9UC+6202iHHwLVhCQFkI42gSolAy
iNYomwS6Gg6ktVrvvHsilt8G9lGDAAr1oiTYI=
MIME-Version: 1.0
Received: by 10.68.11.231 with SMTP id t7mr1255990pbb.170.1316003940796; Wed,
14 Sep 2011 05:39:00 -0700 (PDT)
Received: by 10.68.42.197 with HTTP; Wed, 14 Sep 2011 05:39:00 -0700 (PDT)
Date: Wed, 14 Sep 2011 09:39:00 -0300
Message-ID: <CAMGV_xLD135p0Ni+ZYykXeKqexQfObuOBGPFgWqLiLBEPHDkhw@HIDDEN>
Subject: libtool
From: Marcos Hocpfner <mhocpfner@HIDDEN>
To: bug-libtool@HIDDEN
Content-Type: multipart/alternative; boundary=bcaec531479f6a078e04ace60bee
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2)
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3)
X-Received-From: 140.186.70.17
X-Spam-Score: -5.9 (-----)
X-Debbugs-Envelope-To: submit
X-Mailman-Approved-At: Wed, 14 Sep 2011 09:17:35 -0400
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.11
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>,
<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>,
<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Sender: debbugs-submit-bounces <at> debbugs.gnu.org
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
X-Spam-Score: -5.9 (-----)
--bcaec531479f6a078e04ace60bee
Content-Type: text/plain; charset=ISO-8859-1
Hello, i have a problem whit the compilation libtool, this is the error:
make[2]: Entering directory `/usr/local/gnubatch-1.3/build/lib'
libtool --mode=compile gcc -O -g -Wall -fno-stack-protector -I../hdrs
-I../.. -c -o advtime.o advtime.c
/usr/local/bin/libtool: line 1295: base_compile+= gcc: command not found
/usr/local/bin/libtool: line 1295: base_compile+= -O: command not found
/usr/local/bin/libtool: line 1295: base_compile+= -g: command not found
/usr/local/bin/libtool: line 1295: base_compile+= -Wall: command not found
/usr/local/bin/libtool: line 1295: base_compile+= -fno-stack-protector:
command not found
/usr/local/bin/libtool: line 1295: base_compile+= -I../hdrs: No such file or
directory
/usr/local/bin/libtool: line 1295: base_compile+= -I../..: No such file or
directory
/usr/local/bin/libtool: line 1295: base_compile+= -c: command not found
/usr/local/bin/libtool: line 1295: CC_quoted+= gcc: command not found
/usr/local/bin/libtool: line 1295: CC_quoted+= g++: command not found
libtool: compile: you must specify a compilation command
libtool: compile: Try `libtool --help --mode=compile' for more information.
make[2]: *** [advtime.o] Error 1
make[2]: Leaving directory `/usr/local/gnubatch-1.3/build/lib'
make[1]: *** [lib/libgnubatch_int.la] Error 2
make[1]: Leaving directory `/usr/local/gnubatch-1.3/build'
make: *** [build-src] Error 2
*more date:*
libtool (GNU libtool) 2.4
Written by Gordon Matzigkeit <gord@HIDDEN>, 1996
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
######
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for sparc-sun-solaris2.10
########
Oracle Solaris 10 9/10 s10s_u9wos_14a SPARC
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
Assembled 11 August 2010
thank you very much
markoz
--bcaec531479f6a078e04ace60bee
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hello, i have a problem whit the compilation libtool, this is the error:<br=
><br>make[2]: Entering directory `/usr/local/gnubatch-1.3/build/lib'<br=
>libtool --mode=3Dcompile gcc -O -g -Wall -fno-stack-protector=A0 -I../hdrs=
-I../..=A0=A0 -c -o advtime.o advtime.c<br>
/usr/local/bin/libtool: line 1295: base_compile+=3D gcc: command not found<=
br>/usr/local/bin/libtool: line 1295: base_compile+=3D -O: command not foun=
d<br>/usr/local/bin/libtool: line 1295: base_compile+=3D -g: command not fo=
und<br>
/usr/local/bin/libtool: line 1295: base_compile+=3D -Wall: command not foun=
d<br>/usr/local/bin/libtool: line 1295: base_compile+=3D -fno-stack-protect=
or: command not found<br>/usr/local/bin/libtool: line 1295: base_compile+=
=3D -I../hdrs: No such file or directory<br>
/usr/local/bin/libtool: line 1295: base_compile+=3D -I../..: No such file o=
r directory<br>/usr/local/bin/libtool: line 1295: base_compile+=3D -c: comm=
and not found<br>/usr/local/bin/libtool: line 1295: CC_quoted+=3D gcc: comm=
and not found<br>
/usr/local/bin/libtool: line 1295: CC_quoted+=3D g++: command not found<br>=
libtool: compile: you must specify a compilation command<br>libtool: compil=
e: Try `libtool --help --mode=3Dcompile' for more information.<br>make[=
2]: *** [advtime.o] Error 1<br>
make[2]: Leaving directory `/usr/local/gnubatch-1.3/build/lib'<br>make[=
1]: *** [lib/<a href=3D"http://libgnubatch_int.la">libgnubatch_int.la</a>] =
Error 2<br>make[1]: Leaving directory `/usr/local/gnubatch-1.3/build'<b=
r>
make: *** [build-src] Error 2<br><br><u><b>more date:</b></u><br>libtool (G=
NU libtool) 2.4<br>Written by Gordon Matzigkeit <<a href=3D"mailto:gord@=
gnu.ai.mit.edu">gord@HIDDEN</a>>, 1996<br><br>Copyright (C) 2010=
Free Software Foundation, Inc.<br>
This is free software; see the source for copying conditions.=A0 There is N=
O<br>warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR=
POSE.<br>######<br>GNU Make 3.81<br>Copyright (C) 2006=A0 Free Software Fou=
ndation, Inc.<br>
This is free software; see the source for copying conditions.<br>There is N=
O warranty; not even for MERCHANTABILITY or FITNESS FOR A<br>PARTICULAR PUR=
POSE.<br><br>This program built for sparc-sun-solaris2.10<br>########<br>
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 Oracle Solaris 10 9/=
10 s10s_u9wos_14a SPARC<br>=A0=A0=A0=A0 Copyright (c) 2010, Oracle and/or i=
ts affiliates. All rights reserved.<br>=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 Assembled 11 August 2010<br><=
br><br>thank you very much<br>
<br><br>markoz<br><br>
--bcaec531479f6a078e04ace60bee--
Marcos Hocpfner <mhocpfner@HIDDEN>:bug-libtool@HIDDEN.
Full text available.owner <at> debbugs.gnu.org, bug-libtool@HIDDEN:bug#9505; Package libtool.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.