Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <001401c2e1d8$bb816480$6517f9c1@tbird1000> From: "Manu" To: "Max Bowsher" , References: <000701c2e1c6$42e87520$05fb0950 AT tbird1000> <000701c2e1c9$bae82f90$78d96f83 AT pomello> Subject: Re: Cygwin setup crashes Date: Mon, 3 Mar 2003 23:59:26 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Max Bowsher wrote: > Manu wrote: > > Cygwin's setup.exe crashes when installing from a local directory. > > I'm running Win98. > > Odd. What is your net connection like? Can I email you a debug build of > setup.exe to try? (1.26MB zip, or 1.07MB .bz2) I have a slow RTC connection unfortunately. Anyway, I tried to build the CVS sources, but "setup" doesn't link: linking setup.exe [...] c:/Dev/Sources/Cygwin-Setup/build/libgetopt++/src/OptionSet.cc:76: undefined reference to `getopt_long' c:/Dev/Sources/Cygwin-Setup/build/libgetopt++/src/OptionSet.cc:91: undefined reference to `optarg' c:/Dev/Sources/Cygwin-Setup/build/libgetopt++/src/OptionSet.cc:95: undefined reference to `optind' c:/Dev/Sources/Cygwin-Setup/build/libgetopt++/src/OptionSet.cc:96: undefined reference to `optind' [..] Strange, since I have libgetopt installed. I have done "./libgetopt++/bootstrap.sh", then, "./configure -C --enable-dependencies --disable-shared \ --build=i386-pc-mingw32 'CC=gcc -g' 'CXX=g++ -g' \ --enable-maintainer-mode && make" libgetopt++/src/getopt.c is not compiled, my "MinGW/lib/getopt.a" is not linked with libgetopt++. Manu. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/