Thanks Ludovic, I delete config.guess and config.sub, then regenerate them and voila.
I see Greg it's very old, Does have Guile DBI project a plan to remove this dependency or to give some maintenance to Greg? Just curious. As a side note, in order to build Guile DBI on Guile 1.9.14 I had to remove a hardcoded -lguile library reference from /src/test/Makefile.am. Before: libguile_dbd_test_la_LIBADD = -ldl -lz -lguile After: libguile_dbd_test_la_LIBADD = -ldl -lz Regards, Romel Sandoval > Hi! > > [email protected] writes: > >> I'm trying to build GNU Greg 1.4 in order to build Guile DBI but when I >> run ./configure something goes wrong. >> >> $ ./configure --prefix $HOME/opt/ >> loading cache ./config.cache >> checking host system type... Invalid configuration >> `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized > > This means that Gregâs âconfig.guessâ (which originates from > Autoconf) > is very, very old, and doesnât know this architecture, leading to: > >> ltconfig: you must specify a host type if you use `--no-verify' >> Try `ltconfig --help' for more information. >> configure: error: libtool configure failed > > AFAIK Greg has been mostly unmaintained for several years. Still, you > could try regenerating the configure machinery with a current Autoconf > and see what happens. > > Thanks, > Ludoâ. > > >
