Madan Mohan wrote: > [EMAIL PROTECTED] net-snmp-5.4]# sh -x ./configure > + sh -x ./configure > + $'\r' [...] > 0000000: 2321 202f 6269 6e2f 6261 7368 0d0a 2320 #! /bin/bash..#
I'm not sure how you managed to get Windows CRLF line endings into configure, but your shell doesn't like that too much. Please convert the configure file to Unix line endings using "dos2unix", "recode" or friends. Or, even better, start from scratch and unpack the net-snmp 5.4 source tarball on the Linux machine itself. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
