Update manual examples of how to link with Guile
[bpt/guile.git] / doc / ref / libguile-linking.texi
index 78a93e6..b6a8855 100644 (file)
@@ -1,6 +1,6 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Guile Reference Manual.
-@c Copyright (C)  1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005
+@c Copyright (C)  1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2010
 @c   Free Software Foundation, Inc.
 @c See the file guile.texi for copying conditions.
 
@@ -174,9 +174,7 @@ checking for Guile... yes
 creating ./config.status
 creating Makefile
 $ make
-gcc -c -I/usr/local/include simple-guile.c
-gcc simple-guile.o -L/usr/local/lib -lguile -lqthreads -lpthread -lm
-  -o simple-guile
+[...]
 $ ./simple-guile
 guile> (+ 1 2 3)
 6