
Hi all, I have just installed Hugs to my system. And then I also compiled its drawing library. My question is how can I include that library in my code? I know this is rather silly a question, but I have tried to play around with the environment variable in .bashrc, and I have added:-P$HOME/local/graphics-2.0.4/lib/x11 to the HUGSFLAGS. But Hugs still complains that it cannot include the lib. I am just wondering, can I make an executable file using hugs? How can I do that (if I can)? Many thanks! Blessings, Daniel Jian __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/

Hi, On Tue, Feb 25, 2003 at 07:17:09PM -0800, Daniel Jian wrote:
around with the environment variable in .bashrc, and I have added:-P$HOME/local/graphics-2.0.4/lib/x11 to the HUGSFLAGS. But Hugs still complains that it cannot include the lib.
Try sticking in a colon: export HUGSFLAGS=-P:$HOME/local/graphics-2.0.4/lib/x11
I am just wondering, can I make an executable file using hugs? How can I do that (if I can)?
GHC can do that.
From Rodney
--
Rodney Lorrimar

Hi all,
--- Rodney Lorrimar
Hi,
around with the environment variable in .bashrc, and I have added:-P$HOME/local/graphics-2.0.4/lib/x11 to
On Tue, Feb 25, 2003 at 07:17:09PM -0800, Daniel Jian wrote: the
HUGSFLAGS. But Hugs still complains that it cannot include the lib.
Try sticking in a colon: export HUGSFLAGS=-P:$HOME/local/graphics-2.0.4/lib/x11 I do not think that will work though. Anyway I just got it fixed, I srewed it up somehow last night. Thanks!
I am just wondering, can I make an executable file using hugs? How can I do that (if I can)?
GHC can do that.
Ok, then I assume I can't. Blessings, Daniel Jian. __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/
participants (2)
-
Daniel Jian
-
Rodney Lorrimar