I'm not going to try to begin to outline all the versions of tools this
procedure will work with, I'm just going to tell you what I used. Some
tutorials try to be quite generic so that they "last longer"; however,
they usually end up not containing enough practical information to make
themselves useful. In this case I'm going to present solid examples; however,
the chances are that at some future time this procedure isn't going to
work.
Here are the tools and their versions that I used. The following tutorial
examples work with these tools:
Compiler
[trevor]$ gcc -v
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/specs
Configured with: ../gcc-3.2/configure --prefix=/usr --enable-shared --enable-threads=posix --disable-nls
Thread model: posix
gcc version 3.2
|
Python
[trevor]$ python
Python 2.2.1 (#2, Sep 25 2002, 14:48:53)
[GCC 3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
|
| Make sure to configure your Python environment to include the
dl module!
|
Autotools
[trevor]$ autoconf --version
autoconf (GNU Autoconf) 2.53
Written by David J. MacKenzie and Akim Demaille.
Copyright 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
[trevor]$ automake --version
automake (GNU automake) 1.6.3
Written by Tom Tromey <[email protected]>.
Copyright 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
Libtool
[trevor]$ libtool --version
ltmain.sh (GNU libtool) 1.4.2 (1.922.2.53 2001/09/11 03:18:52)
|