This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Guile tutorial available


sen_ml@eccosys.com writes:

> great!  thanks for this write-up.

No problem, I have had dozens of chance to polish it up with all those
false bugs reported.

> the thing that i had trouble w/ was for tortoise1.c.  i wasn't telling
> the compiler the correct location of a library for sin and cos.  so
> after trying -lc, i tried -lm.  yes, you can tell that i'm not a c hacker
> by any definition :-)

> for the purposes of the tutorial, although the compilation result is (?)
> the same, don't you think that although redundant:
> 
>   gcc `guile-config compile` -L/usr/X11R6/lib -lX11 -lm \
>       `guile-config link` tortoise2.c -o tortoise2
> 

I see no problem with using that.  I would have to know more about the
tutorial to have a strong opinion tho.  Do what you think makes the
most sense to newbies.


-- 
Craig Brozefsky                      <craig@red-bean.com>
Free Scheme/Lisp Software  http://www.red-bean.com/~craig
"Hiding like thieves in the night from life, illusions of 
oasis making you look twice.   -- Mos Def and Talib Kweli

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]