[cells-devel] Freeglut configure on Debian Linux
![](https://secure.gravatar.com/avatar/be11ad86fa1d770b24bd47999a87b2d6.jpg?s=120&d=mm&r=g)
OK, I decided to try Cello/Linux first since I have actually used CMUCL and Emacs on this box successfully in the past. Managed with the usual amount of grief to CVS down the Freeglut sources into /usr/local/freeglut/freeglut (their fault, not mine). Tried what I thought was the way to go: ./configure ...with the directory containing configure.in as my working directory. Shell yells no such command. So I try: autoconf ...and get: root@xkenny:~# cd /usr/local/freeglut/freeglut root@xkenny:/usr/local/freeglut/freeglut# autoconf configure.in:4: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:5: error: possibly undefined macro: AM_CONFIG_HEADER configure.in:11: error: possibly undefined macro: AC_LIBTOOL_DLOPEN configure.in:12: error: possibly undefined macro: AM_PROG_LIBTOOL configure.in:35: error: possibly undefined macro: AC_CHECK_LIBM I understand the Freeglut stuff is pretty tight, and someone here built Freeglut successfully, so... what am I doing wrong? In case it is not clear, I am clueless on Linux, so plz err on the side of more specifity with any advice. I'll keep digging, but I thought I would send up a flare before running out for pizza. kt
![](https://secure.gravatar.com/avatar/49ce1d26287ef19b83982f715e7ade4f.jpg?s=120&d=mm&r=g)
Kenny Tilton <ktilton@nyc.rr.com> writes:
OK, I decided to try Cello/Linux first since I have actually used CMUCL and Emacs on this box successfully in the past.
Managed with the usual amount of grief to CVS down the Freeglut sources into /usr/local/freeglut/freeglut (their fault, not mine).
Tried what I thought was the way to go:
./configure
Don't use cvs, get the official release, then it's just a matter of ./configure make make install and it all works fine now in version 2. -- jan
![](https://secure.gravatar.com/avatar/49ce1d26287ef19b83982f715e7ade4f.jpg?s=120&d=mm&r=g)
I just checked the cvs, they now have a autogen.sh file, so building from cvs is just a matter of sh ./autogen.sh ./configure make make install The extra step is needed because configure scripts are not source files, and thus, are not held in cvs and need to be generated. -- jan
![](https://secure.gravatar.com/avatar/be11ad86fa1d770b24bd47999a87b2d6.jpg?s=120&d=mm&r=g)
jan wrote:
Kenny Tilton <ktilton@nyc.rr.com> writes:
OK, I decided to try Cello/Linux first since I have actually used CMUCL and Emacs on this box successfully in the past.
Managed with the usual amount of grief to CVS down the Freeglut sources into /usr/local/freeglut/freeglut (their fault, not mine).
Tried what I thought was the way to go:
./configure
Don't use cvs, get the official release, then it's just a matter of
You're no fun! But that worked, so I'm happy. Thx. :) kt
participants (2)
-
jan
-
Kenny Tilton