[racket] Compiling Racket for Command-Line Use Only

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Sun May 19 15:19:16 EDT 2013

Racket doesn't have any specific dependency on FLTK -- it uses GTK,
but only at runtime.  Can you post the exact output from `configure`?

Sam

On Sun, May 19, 2013 at 3:08 PM, Nathan Campos <nathanpc at dreamintech.net> wrote:
> Strange, I haven't received your reply in my email, Jon. Anyway, I've tried
> compiling it before. It asks for FLTK in the configure stage.
>
> Nathan Campos
> http://about.me/nathanpc
>
>
> On Sun, May 19, 2013 at 2:16 PM, Nathan Campos <nathanpc at dreamintech.net>
> wrote:
>>
>> Hello,
>>     I was thinking about using Racket in my HP Jornada 720 (running Linux
>> of course) just for fun, since it's a cool little machine. The problem is
>> that Racket requires FLTK and a all the stuff to run the graphical
>> environment and libraries, which will make a process a lot harder, since
>> I'll have to compile all the X11 stuff, then compile FLTK, then Racket.
>>
>>     Since all the projects I'll run there are going to be built for
>> command-line, is there any flag I can set to make Racket compile only the
>> command-line stuff and ignore the graphical part?
>>
>> Nathan Campos
>> http://about.me/nathanpc
>
>
>
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users
>

Posted on the users mailing list.