Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <31360811.973726809051.JavaMail.imail@ally.excite.com> Date: Wed, 8 Nov 2000 15:40:09 -0800 (PST) From: Michael Cook To: cygwin AT sourceware DOT cygnus DOT com Subject: Compiling Fails Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=2940626.973726809045.JavaMail.imail.ally.excite.com X-Mailer: Excite Inbox X-Sender-Ip: 205.138.230.84 --2940626.973726809045.JavaMail.imail.ally.excite.com Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, The compiling process fails every time I try to compile anything in Cygwin. Attached is the output of a 'cygcheck -s -r' and the commands that failed when I tried to compile Net:Telnet. Any help would be greatly appreciated! Thanks!!! Michael _______________________________________________________ Say Bye to Slow Internet! http://www.home.com/xinbox/signup.html --2940626.973726809045.JavaMail.imail.ally.excite.com Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=cygcheck.txt Cygnus Win95/NT Configuration Diagnostics Current System Time: Wed Nov 8 15:13:22 2000 WinNT Ver 5.0 build 2195 Service Pack 1 Path: /usr/local/bin /usr/bin /usr/bin /cygdrive/d/Netmanag32 /cygdrive/d/Perl/bin/ /cygdrive/c/WINNT/system32 /cygdrive/c/WINNT /cygdrive/c/WINNT/System32/Wbem /cygdrive/d/PROGRA~1/ULTRAEDT /cygdrive/d/Program Files/Symantec/pcAnywhere/ /usr/lib /cygdrive/d/Perl/lib /home/mcook/bin . /usr/lib /cygdrive/d/Perl/lib /home/mcook/bin . SysDir: C:\WINNT\System32 WinDir: C:\WINNT HOME = `/home/mcook' MAKE_MODE = `unix' PWD = `/home/mcook' USER = `mcook' HKEY_CURRENT_USER\Software\Cygnus Solutions HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 (default) = `/cygdrive' cygdrive flags = 0x00000020 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu\Programs\Cygnus Solutions (default) = (unsupported type) HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ (default) = `d:/cygwin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin (default) = `d:/cygwin/bin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib (default) = `d:/cygwin/lib' flags = 0x0000000a a: fd N/A N/A c: hd NTFS 2045Mb 77% CP CS UN PA FC OS d: hd NTFS 4097Mb 64% CP CS UN PA FC DATA e: cd N/A N/A m: net NTFS 66323Mb 87% CP CS UN PA FC Data n: net NTFS 66323Mb 87% CP CS UN PA FC Data d:\cygwin\bin /usr/bin system binmode d:\cygwin\lib /usr/lib system binmode d:\cygwin / system binmode Found: d:\cygwin\bin\bash.exe Found: d:\cygwin\bin\cat.exe Found: d:\cygwin\bin\cpp.exe Found: d:\cygwin\bin\find.exe Found: d:\cygwin\bin\gcc.exe Found: d:\cygwin\bin\gdb.exe Found: d:\cygwin\bin\ld.exe Found: d:\cygwin\bin\ls.exe Found: d:\cygwin\bin\make.exe Found: d:\cygwin\bin\sh.exe 83k 2000/06/11 d:\cygwin\bin\cygitcl30.dll 35k 2000/06/11 d:\cygwin\bin\cygitk30.dll 402k 2000/06/11 d:\cygwin\bin\cygtcl80.dll 5k 2000/06/11 d:\cygwin\bin\cygtclpip80.dll 10k 2000/06/11 d:\cygwin\bin\cygtclreg80.dll 639k 2000/06/11 d:\cygwin\bin\cygtk80.dll 586k 2000/08/04 d:\cygwin\bin\cygwin1.dll Cygwin DLL version info: dll major: 1001 dll minor: 4 dll epoch: 19 dll bad signal mask: 19005 dll old termios: 5 api major: 0 api minor: 26 shared data: 3 dll identifier: cygwin1 mount registry: 2 cygnus registry name: Cygnus Solutions cygwin registry name: Cygwin program options name: Program Options cygwin mount registry name: mounts v2 build date: Thu Aug 3 20:53:46 EDT 2000 CVS tag: cygwin-1-1-4 shared id: cygwin1S3 Use -h to see help about each section --2940626.973726809045.JavaMail.imail.ally.excite.com Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=compile.txt ~/temp -> ls -l total 65 -rw-r--r-- 1 mcook None 133120 Oct 27 15:32 Net-Telnet-3.02.tar ~/temp -> tar xfp Net-Telnet-3.02.tar ~/temp -> cd Net-Telnet-3.02 ~/temp/Net-Telnet-3.02 -> tail -35 README Installation ------------ To install, cd to the directory containing the unpacked distribution and do one of the following: a. Create a makefile by running Makefile.PL using the perl program into whose library you want to install and then run make three times: perl Makefile.PL make make test make install b. To install into a private library, for example your home directory: perl Makefile.PL \ INSTALLSITELIB=$HOME/lib/perl \ INSTALLMAN3DIR=$HOME/lib/perl/man/man3 make make test make pure_install c. Alternatively, you can just copy or move Telnet.pm from the distribution into a directory named Net/ in the Perl library. You can then manually build the documentation using pod2man or pod2html. -- Jay Rogers jay AT rgrs DOT com May 27, 2000 ~/temp/Net-Telnet-3.02 -> perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Net::Telnet ~/temp/Net-Telnet-3.02 -> make Makefile:641: *** missing separator. Stop. ~/temp/Net-Telnet-3.02 -> --2940626.973726809045.JavaMail.imail.ally.excite.com Content-Type: text/plain; charset=us-ascii -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com --2940626.973726809045.JavaMail.imail.ally.excite.com--