max_cmd_len in ltmain.sh

2003-07-20 Thread Keith Packard

I'm having trouble understanding how max_cmd_len is supposed to be getting 
initialized in ltmain.sh so I can use libtoolize with my package.  libtool
has a nice assignment, but ltmain.sh contains only references to this 
variable.

Am I supposed to perform additional magic on the ltmain.sh that libtoolize 
sticks in my directory?

-keith




___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


oportunidade para quem estuda ou ensina inglês!

2003-07-20 Thread esl
Caro Amigo, 

Você estuda ou ensina inglês? Já pensou que maravilha seria ter em 
suas mãos um CD contendo os melhores recursos gratuitos 
disponíveis na internet? Recursos que vão beneficiá-lo 
tremendamente no seu aprendizado do inglês, bem como auxiliá-lo de forma 
surpreendente no seu trabalho, caso seja um professor? 

Estes são apenas alguns dos recursos disponíveis neste cd:

.Programa de videokê para computador com mais de 1000 músicas em 
inglês para você praticar sua pronúncia, ou usar em sala de aula
.Mais de 60 movie guides - São lições baseadas em filmes para auto 
estudo ou uso em sala de aula. Assista o filme e aprenda expressões 
e pontos gramaticais importantes no movie guide.
.Programa que ajuda a treinar para o First Certificate da universidade
de Cambridge. 
.centenas de atividades, worksheets, handouts e muita coisa interessante
para auxiliar professores que ensinam inglês para todas as idades.

E muito mais! Confira todos os detalhes em
http://www.cdmelhordainternet.rg3.net

Conheça também nossos outros CDs!

--
Remova seu e-mail desta lista em 
http://www.cdmelhordainternet.rg3.net/remover.htm


___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


libtool 1.5: superfulous tests

2003-07-20 Thread Thamer Al-Harbash
I have been using libtool with some mixed feelings on the amount
of tests it adds to `configure'. Specifically, although my source
is all in C, libtool runs C++ and Fortran tests. This adds a bit
of bloat everytime a user runs the configuration script.

I have already explicitly specified the language in my
configure.ac with:

AC_LANG(C)

Is there anyway to disable libtool tests for Fortrant and C++? I
couldn't find any mention of it in the manual.

-- 
Thamer Al-Harbash
GPG Key fingerprint
   = D7F3 1E3B F329 8DD5 FAE3  03B1 A663 E359 D686 AA1F


___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


[GWAVA:1m8jfp12] SPAM block message notification

2003-07-20 Thread GWAVA
This is an automated Notification e-mail message from GWAVA.

The message you sent, from the address [EMAIL PROTECTED]

to [No To Addresses]

Concerning: Libtool Digest, Vol 8, Issue 15

Was not delivered because the message was found to be Spam by the e-mail
system in use at the intended recipient's organization.


___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


[GWAVA:1ezdaxpb] SPAM block message notification

2003-07-20 Thread GWAVA
This is an automated Notification e-mail message from GWAVA.

The message you sent, from the address [EMAIL PROTECTED]

to [No To Addresses]

Concerning: Libtool Digest, Vol 8, Issue 15

Was not delivered because the message was found to be Spam by the e-mail
system in use at the intended recipient's organization.


___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


Re: max_cmd_len in ltmain.sh

2003-07-20 Thread Albert Chin
On Sun, Jul 20, 2003 at 11:09:05AM -0700, Keith Packard wrote:
 
 I'm having trouble understanding how max_cmd_len is supposed to be getting 
 initialized in ltmain.sh so I can use libtoolize with my package.  libtool
 has a nice assignment, but ltmain.sh contains only references to this 
 variable.

It should be set in the generated 'libtool' program. Look at
AC_LIBTOOL_SYS_MAX_CMD_LEN in libtool.m4.

 Am I supposed to perform additional magic on the ltmain.sh that libtoolize 
 sticks in my directory?

No.

-- 
albert chin ([EMAIL PROTECTED])


___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


Interest Rates are at their lowest point in 40 years!

2003-07-20 Thread hott hewit




c60805k3938380e911ebe646b8959fie637z230lyv69v8t2g518o47863676xh65135c7z230lyv69v877s74npa19mNot interested in a loan? Click here to meet locals in your area!a0kz8952487td710y69ntw1 915pg74n7md6a8a85894545b3a126vx594uqs0rz3xo93jl7w5ie17f3q3c5970uks738 180d9196uwh8g5qr24626nx022854216p1c4a0kz89557e b33b039926464g43y40z6avm82hje5cgc16d3x2a59682i 1817329c9yh655f6e53p046To never recieve another email from us again Click Here!eXZvgXx8eU10e4I7fH90 0769l451804nf63m6kl50f2

___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


Re: libtool 1.5: superfulous tests

2003-07-20 Thread Albert Chin
On Sun, Jul 20, 2003 at 08:56:32PM -0400, Thamer Al-Harbash wrote:
 I have been using libtool with some mixed feelings on the amount
 of tests it adds to `configure'. Specifically, although my source
 is all in C, libtool runs C++ and Fortran tests. This adds a bit
 of bloat everytime a user runs the configuration script.
 
 I have already explicitly specified the language in my
 configure.ac with:
 
 AC_LANG(C)
 
 Is there anyway to disable libtool tests for Fortrant and C++? I
 couldn't find any mention of it in the manual.

Not with 1.5. I just submitted a patch to libtool-patches that adds a
new macro, AC_LIBTOOL_TAGS to do what you want. There are some caveats
though.

-- 
albert chin ([EMAIL PROTECTED])


___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


Re: max_cmd_len in ltmain.sh

2003-07-20 Thread Keith Packard

Around 21 o'clock on Jul 20, Albert Chin wrote:

 It should be set in the generated 'libtool' program. Look at
 AC_LIBTOOL_SYS_MAX_CMD_LEN in libtool.m4.

Yes, it's nicely set in the generated 'libtool' program that gets 
installed on my machine, but I want to use 'libtoolize --force --copy' in 
my package which dumps 'ltmain.sh' in the package directory; configure 
builds libtool from that.  But, the generated libtool is then missing the 
definition of max_cmd_len.  Am I missing something that I need to add to 
connfigure.ac?

-keith




___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


Re: max_cmd_len in ltmain.sh

2003-07-20 Thread Albert Chin
On Sun, Jul 20, 2003 at 07:53:50PM -0700, Keith Packard wrote:
 
 Around 21 o'clock on Jul 20, Albert Chin wrote:
 
  It should be set in the generated 'libtool' program. Look at
  AC_LIBTOOL_SYS_MAX_CMD_LEN in libtool.m4.
 
 Yes, it's nicely set in the generated 'libtool' program that gets 
 installed on my machine, but I want to use 'libtoolize --force --copy' in 
 my package which dumps 'ltmain.sh' in the package directory; configure 
 builds libtool from that.  But, the generated libtool is then missing the 
 definition of max_cmd_len.  Am I missing something that I need to add to 
 connfigure.ac?

Odd. So max_cmd_len in your generated libtool is empty? What's the
libtool output of your ./configure run look like? What platform? What
version of libtool?

-- 
albert chin ([EMAIL PROTECTED])


___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


hey

2003-07-20 Thread jenna hewit




080uks738180e9196uxi9g5qr34y263x023865216p1c4b0lz895247w6ie17f3q3c6080uks738180e90lz8952487td710y79nuw1915phNot interested in a loan? Click here to meet locals in your area!26vy594vrs0sz3yo93jl7w6ie17 f3q3c6080uks738180e9196uxi9g5qr34y263x023865216p1c4b0lz8952487td710y79nuw1915ph74 o7md6b9a85894545boa226vy594vrs0sz3yo93jl7w6ie17f3je638 z33dlzv69w877t74npa10mj2uj4u4gq801yowa96i88i88ds67mck6 537556452g34079320t2g518p47To be removed from our opt in list Click Here!eXZvgXx8eU10e4I7fH90 e746b8959fje638z33dlzv69w87

___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool