guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with guile-sqlite3


From: Detlev Zundel
Subject: Re: Problems with guile-sqlite3
Date: Wed, 20 Apr 2011 17:51:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

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:

  address@hidden: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'
  address@hidden: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: address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]