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