Hi David, > I am sorry for the very loooooong delay in responding, but yes it did work > for me as > well, many thanks for your patches.
Ok, thanks for the confirmation. > I'd love to have a './configure --prefix=... && make install' [even though > there is > only only file for the time being], could you help me doing the setup or > point me > a tutorial a could read with regards these matters? Duew to using autoconf, the project already takes care that it hooks into the guile which is accessible at "./configure" times. "make install" works for me out of the box: dzu@ohwell:guile-sqlite3[2]$ sudo make install [sudo] password for dzu: make[1]: Entering directory `/opt/src/git/guile-sqlite3' make[1]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/guile/site/2.0" || /bin/mkdir -p "/usr/local/share/guile/site/2.0" /usr/bin/install -c -m 644 sqlite3.scm '/usr/local/share/guile/site/2.0/.' test -z "/usr/local/lib/guile/2.0/ccache" || /bin/mkdir -p "/usr/local/lib/guile/2.0/ccache" /usr/bin/install -c -m 644 sqlite3.go '/usr/local/lib/guile/2.0/ccache/.' make[1]: Leaving directory `/opt/src/git/guile-sqlite3' dzu@ohwell:guile-sqlite3[2]$ What else do you want? ;) Cheers Detlev -- Soon in a source code repository near you. -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de