Is it possible to compile PD and/or write externals with the Cygwin compiler? (www.cygnus.com)
On Wed, 21 Mar 2001, atomly wrote:
Is it possible to compile PD and/or write externals with the Cygwin compiler? (www.cygnus.com)
-- :: atomly ::
atomly@atomly.com | atomly@atdot.org | atomly@curiousnetworks.com http://www.atomly.com | http://www.mp3.com/atomly
Yes, I have done this before on an NT. Took me a while though.
Ich
================================================= Ichiro Fujinaga (ich@jhu.edu) Computer Music Department Peabody Institute of the Johns Hopkins University 1 E. Mount Vernon Place, Baltimore MD USA 21202 Voice: (410) 659-8107 Fax: (410) 783-8592 http://www.peabody.jhu.edu/~ich
On Fri, Mar 23, 2001 at 07:24:38PM -0500, ich@peabody.jhu.edu wrote:
Yes, I have done this before on an NT. Took me a while though.
Can you give me any pointers on how to go about it?
My first instinct would be to use the linux options in the make file but add a -DNT, but I'm sure this wouldn't handle everything.
Here are my flags (for pd 0.29 makefile):
LIB = -lwsock32 -lwinmm -lkernel32 GLIB = $(LIB) -ltcl80 -ltk80 OPTIMIZE = -g -O CFLAGS = -mno-cygwin -mpentium -fnative-struct -DNT -DPD -DPD_INTERNAL $(INCLUDE) $(OPTIMIZE)
Note that this build uses the Microsoft DLLs and not the Cygwin libraries.
Ich
On Fri, 23 Mar 2001, atomly wrote:
On Fri, Mar 23, 2001 at 07:24:38PM -0500, ich@peabody.jhu.edu wrote:
Yes, I have done this before on an NT. Took me a while though.
Can you give me any pointers on how to go about it?
My first instinct would be to use the linux options in the make file but add a -DNT, but I'm sure this wouldn't handle everything.
-- :: atomly ::
atomly@atomly.com | atomly@atdot.org | atomly@curiousnetworks.com http://www.atomly.com | http://www.mp3.com/atomly