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


DMD> I've written a Guile tutorial, aimed at C programmers who want to use 
DMD> Guile as an extension language.  It's at:
DMD> http://freespace.virgin.net/david.drysdale/guile/tutorial.html

> i'm reading through the tutorial right now and haven't located any
> compilation instructions for the code.  i would appreciate addition of
> such instructions.

for debian gnu/linux (frozen), what worked for me for tortoise1.c was:

  gcc -L/usr/X11R6/lib -lX11 -lm tortoise1.c -o tortoise1

and for tortoise2.c:

  gcc -L/usr/X11R6/lib -lX11 -lm -lguile -lqthreads -ldl tortoise2.c \
      -o tortoise2


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