Paul,
Thanks a lot. That works...
Leandro
________________________________
De: Paul E. Jones [mailto:paulej@packetizer.com] Enviada em: sexta-feira, 29 de janeiro de 2010 01:03 Para: Leandro Oliveira Alvares; h323plus@lists.packetizer.com Assunto: RE: [h323plus] h323plus configure bug?
Laendro,
The problem is that the file on your machine is apparently in DOS file format when it should be in unix file format. Specifically, each line in your file(s) has a LFCR at the end and it should only have a LF.
Perhaps it was the way you got it out of the repository and/or somebody checked it in that way? An easy way to fix it with vim is to edit the file and do this:
:se ff=unix
:wq
Paul
From: h323plus-bounces@lists.packetizer.com [mailto:h323plus-bounces@lists.packetizer.com] On Behalf Of leandro.alvares@caixa.gov.br Sent: Thursday, January 28, 2010 5:52 PM To: h323plus@lists.packetizer.com Subject: [h323plus] h323plus configure bug?
Hi people,
I got the last CVS version of H323plus (1.22) and I'm getting an erro while configuring the package.
debian01:~/projeto_video/h323plus# ./configure
-bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory
The same occur at ptlib.
Has someone any ideas to fix this problem?
I had exactely at site http://www.gnugk.org/compile-cvs.html
Regards,
Leandro