Re: [racket-dev] advice on linking against racket in windows

2011-10-08 Thread John Clements
On Oct 8, 2011, at 10:43 AM, Matthew Flatt wrote: > At Sat, 8 Oct 2011 10:41:52 -0700, John Clements wrote: >> >> On Oct 8, 2011, at 10:39 AM, Matthew Flatt wrote: >> >>> At Sat, 8 Oct 2011 10:28:58 -0700, John Clements wrote: I'm building cross-platform binaries, and one of my platforms i

Re: [racket-dev] advice on linking against racket in windows

2011-10-08 Thread Matthew Flatt
At Sat, 8 Oct 2011 10:41:52 -0700, John Clements wrote: > > On Oct 8, 2011, at 10:39 AM, Matthew Flatt wrote: > > > At Sat, 8 Oct 2011 10:28:58 -0700, John Clements wrote: > >> I'm building cross-platform binaries, and one of my platforms is Windows. > >> > >> Moreover, I'm calling mzrt_sema pri

Re: [racket-dev] advice on linking against racket in windows

2011-10-08 Thread John Clements
On Oct 8, 2011, at 10:39 AM, Matthew Flatt wrote: > At Sat, 8 Oct 2011 10:28:58 -0700, John Clements wrote: >> I'm building cross-platform binaries, and one of my platforms is Windows. >> >> Moreover, I'm calling mzrt_sema primitives from my library, but those are >> the >> only Racket functio

Re: [racket-dev] advice on linking against racket in windows

2011-10-08 Thread Matthew Flatt
At Sat, 8 Oct 2011 10:28:58 -0700, John Clements wrote: > I'm building cross-platform binaries, and one of my platforms is Windows. > > Moreover, I'm calling mzrt_sema primitives from my library, but those are the > only Racket functions I'm calling. The main problem is that the mzrt_ functions

[racket-dev] advice on linking against racket in windows

2011-10-08 Thread John Clements
I'm building cross-platform binaries, and one of my platforms is Windows. Moreover, I'm calling mzrt_sema primitives from my library, but those are the only Racket functions I'm calling. I can think of at least three possible approaches to this, and if someone can give me 30 seconds of advice,