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 From: j DOT zorko AT att DOT net To: Gershon Kagan Cc: cygwin AT cygwin DOT com Subject: RE: Thank you! Date: Wed, 04 Dec 2002 15:45:43 +0000 X-Authenticated-Sender: ai56b3Jrb0BhdHQubmV0 Message-Id: <20021204154542.MWYM24110.mtiwmhc13.worldnet.att.net@mtiwebc17> Gershon, We use cl / msdev on Win32, c++ / gcc on Linux, Solaris and OSX, using the same approach (make vars). Also, we usually build for Solaris using the gcc cross-compiler on Linux, as our Linux build box is far faster than our Solaris boxes (Netra something or other). Regards, John -- Falling You - exploring the beauty of voice and sound http://www.mp3.com/fallingyou > > > because of it, we can build our code on multiple platforms > ^^^^^^^^^^^^^^^^^^ > > Just curious, do you build with gcc on each platform, or do you use > normative, native compilers on each platform? I use make variables to > execute the Microsoft cl.exe compiler under cygwin, CC on Solaris, and gcc > on Linux, from the same set of NFS-mounted Makefiles and source code. This > allows simultaneous builds. Both cmake and imake require configuring a new > set of Makefiles for each platform. > > Does anyone else do something similar? > > --Gershon Kagan > Software Team Leader, Technologies Division, Orbotech > The opinions herein might not be those of Orbotech. -- 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/