X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <26686564.post@talk.nabble.com> Date: Mon, 7 Dec 2009 16:02:03 -0800 (PST) From: Afflictedd2 To: cygwin AT cygwin DOT com Subject: Re: Help with errors while compiling In-Reply-To: <4B1D7973.7010603@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <26683356 DOT post AT talk DOT nabble DOT com> <4B1D68ED DOT 8090501 AT gmail DOT com> <26684236 DOT post AT talk DOT nabble DOT com> <4B1D7973 DOT 7010603 AT gmail DOT com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Thank you Dave! I hadn't thought of doing it directly in the cygwin console, because I had tried it on my regular console which also has the cygwin path in it, but it also has the mingw32 path.. which I think that's the root of all evil :\ > Hey, no fair, you never mentioned all that before! Sorry I forgot :\ It works great like that, also with my makefile.. but I want it to work with the IDE, because I like a lot of its features, and I'm I don't like the cygwin console much. I just need to know what environment I need to create in it. Any clues where I could find this type of information? I know I used mingw-make32 but.. I've also tried using the C:\Cygwin\bin\make, and I get the same errors, so if there could be a way to put the same environment that cygwin console has, into my IDE. Where is this environment information listed? Ed. Dave Korn-6 wrote: > > Afflictedd2 wrote: >> Well, >> >> Now that you say that. I will simplify my makefile, but then it doesn't >> know >> what pthread_create is.. or anything related to pthread. > >> C:\Users\Viper\Documents\Cpp\Pthreads>"C:\Program Files\SlickEdit >> 2009\win\vsbuild" -signal 9009 -command make -f "Makefile" CFG=Debug >> VSLICKERRORPATH="C:\Users\Viper\Documents\Cpp\Pthreads" > > Hey, no fair, you never mentioned all that before! > >> mingw32-make: *** [Debug/Pthreads.o] Error 1 > > And you're not even using cygwin make. Clearly this "vsbuild" thing has > no > idea how to drive Cygwin's gcc and it's getting all your paths and > environment > variables mixed up. > >> The Pthreads.cpp file is perfect, I've tried it in Linux.. > > And I've tried it in Cygwin: > >> $ mkdir Debug >> >> admin AT ubik /tmp/pthread >> $ g++ -c -g -o "Debug/Pthreads.o" Pthreads.cpp >> >> admin AT ubik /tmp/pthread >> $ echo $? >> 0 >> >> admin AT ubik /tmp/pthread >> $ > > ... so it's all down to some problem in the IDE you're using. Which seems > to > be expecting to work with visual studio. No wonder the poor thing's > confused! > > cheers, > DaveK > > > > -- > Problem reports: http://cygwin.com/problems.html > FAQ: http://cygwin.com/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > > > -- View this message in context: http://old.nabble.com/Help-with-errors-while-compiling-tp26683356p26686564.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple