<div>Hello, </div>
<div> </div>
<div>    I recently downloaded racket 6 on my linux machine and built it from source. I attempted to run the command "raco ctool --c-mods base.c ++lib racket/base" and I got an error that said that ++lib is an unknown flag. I then found that this was an issue back in 2010 after digging around in the mailing list archive, apparently this is still a problem? However the workaround mzc --c-mods base.c ++lib racket/base is not working for me either. In older version of racket I had no problem with that line, but now when I run it, I get: </div>

<div> </div>
<div>dynamic-require: name is not provided.</div>
<div> </div>
<div>It then tells me that the offending module is in compile/private/embed.rkt. </div>
<div> </div>
<div>Any ideas on why this isn't working? Your help is greatly appreciated!</div>
<div> </div>
<div>Cody </div>