|
From: Visti A. <ta...@hc...> - 2005-04-18 08:00:31
|
On Sun, 17 Apr 2005 17:02:58 -0600 Rodrigo Hernandez <kw...@ae...> wrote: > Visti Andresen wrote: > > >A real bug? Or did I just miss something in the manuals again? > > > > > > > Well, actually, the procedure when compiling fresh from CVS should be: > > $ sh bootstrap.sh > $ ./configure > $ make > $ make install > > Bootsrap is a simple script that runs aclocal, autoheader, automake and > autoconf in that order in order to get a fresh configure script, it > passes the necesary parameters to each of them, > so no need to run each manually is required. > > try running it before you run configure, if you have a "dirty" source > base from unsuccessfully trying to compile, try: > > $ sh bootstrap.sh > $ ./configure > $ make clean > $ make > $ make install > > So the library gets build from scratch. > > then let me know if you have any other problems, if you do, then there > is a bug in the code :) > After removing automake1.4 (the automake symlink still pointed to automake1.4 after the installation of automake1.9) And a new checkout of the source (I initially had some problems that seemed like "make clean" wasn't being clean enough for bootstrap so I just did another checkout) Now everything works just fine. I will try to run the samples through valgind. Thank you for your time and help. |