[racket-users] Re: linking with raco ctool : unable to find libracket3mxxxxxxx.lib

2017-03-15 Thread Carlos Lopez
Thanks for the clarification.


On Tuesday, March 14, 2017 at 11:30:57 AM UTC-4, Alexander McLin wrote:
> You need to compile Racket from source to generate the .lib file, it is not 
> distributed with the installation.
> 
> You need to make sure the source is the same version as your installed Racket 
> and it is compiled targeting the same bit architecture as the installed 
> Racket version. Then copy the generated .lib file to the Racket 
> installation's lib directory. The directory's location depends on your 
> operating system.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[racket-users] Re: linking with raco ctool : unable to find libracket3mxxxxxxx.lib

2017-03-14 Thread Alexander McLin
You need to compile Racket from source to generate the .lib file, it is not 
distributed with the installation.

You need to make sure the source is the same version as your installed Racket 
and it is compiled targeting the same bit architecture as the installed Racket 
version. Then copy the generated .lib file to the Racket installation's lib 
directory. The directory's location depends on your operating system.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.