X-Spam-Check-By: sourceware.org Message-ID: X-Sender: c_mendis AT hotmail DOT com Reply-To: "Champ Mendis" From: "Champ Mendis" To: References: <001201c71ab6$c60fe910$6501a8c0 AT nc8ee8a253d584> <45796E6F DOT 30700 AT byu DOT net> Subject: Re: Binaries Don't Execute SOLVED (sort of) Date: Mon, 11 Dec 2006 17:47:17 +1100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 ----- Original Message ----- From: "Eric Blake" To: ; Sent: Saturday, December 09, 2006 12:53 AM Subject: Re: Binaries Don't Execute SOLVED (sort of) > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > According to tbrowder on 12/8/2006 3:51 AM: >> >> I removed the entire installtion and started anew. Everything works now, >> but the command line response gives extra characters sometime. Perhaps >> the >> latest bash update has something to do with that. > > Actually, the latest readline was supposed to fix that. Please give a > (textual) screenshot of a failure case, along with what $PS1 is defined > to, if you are still seeing the error. And attaching 'cygcheck -svr' > output as a text file is essential so that we can determine if your > readline is really up-to-date. > > - -- > Life is short - so eat dessert first! > > Eric Blake ebb9 AT byu DOT net > volunteer cygwin readline maintainer > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (Cygwin) > Comment: Public key at home.comcast.net/~ericblake/eblake.gpg > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFFeW5u84KuGfSFAYARAkiNAKCAFfmYrRYYo4NXeaBt/MrpfzCgogCbBQAh > xx3cS44qs5NqTn1ywV5fZd8= > =vfeA > -----END PGP SIGNATURE----- > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > > Hi, After removing & re-installing Cygwin on 11th December 2006, and then installing 05th December snapshots, I get the same that is no output from execution. Cygwin command line ----------------------------------------------------------------------------------------------- $ make g++ -Wall -O3 -c main.cc g++ -Wall -O3 -c sensor.cc g++ -Wall -O3 -c topology.cc g++ -Wall -O3 -c service.cc g++ -Wall -O3 -c simulation.cc g++ -Wall -O3 -c queue.cc g++ -Wall -O3 -o sensor main.o sensor.o topology.o service.o simulation.o queue. o -lgslcblas -lgsl -lm Info: resolving _gsl_rng_mt19937 by linking to __imp__gsl_rng_mt19937 (auto-impo rt) cmendis AT Ranmen_Dell ~/simsens-5.0 $ ./sensor cmendis AT Ranmen_Dell ~/simsens-5.0 $ ------------------------------------------------------------------------------------------------- I would be grateful if any kind hearted help in running my C++ program. Regards, Champ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/