Re: [racket-dev] Pre-Release Checklist for v5.3.1

2012-10-20 Thread Stephen Bloch
> * Stephen Bloch > - Picturing Programs Tests Passed, once I changed the punctuation in some expected error messages to match the actual error messages. That latest push should probably be merged to the release branch. Stephen Bloch sbl...@adelphi.edu _ Racket De

Re: [racket-dev] [racket] Racket spamming with "undefined symbol"

2012-10-20 Thread Juan Francisco Cantero Hurtado
On 10/18/12 20:09, Matthew Flatt wrote: At Thu, 04 Oct 2012 03:48:42 +0200, Juan Francisco Cantero Hurtado wrote: Probably you need execute 'export LDFLAGS="-pthread -lcrypto"' in your shell before of run "./configure". Thanks for the suggestion, and I see why that would work. Still, I think i

Re: [racket-dev] [racket] Racket spamming with "undefined symbol"

2012-10-20 Thread Juan Francisco Cantero Hurtado
On Thu, 18 Oct 2012 12:09:25 -0600 Matthew Flatt wrote: > > At Thu, 04 Oct 2012 03:48:42 +0200, Juan Francisco Cantero Hurtado > wrote: > > Probably you need execute 'export LDFLAGS="-pthread -lcrypto"' in > > your shell before of run "./configure". > > Thanks for the suggestion, and I see why