This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Help: guile-oops-0.1.2 doesn't compile


"Di Profio, Ugo" <diprofio@sony.de> writes:

> and got the following warnings
> 
> *** Warning: This library needs some functionality provided by -lreadline.
> *** I have the capability to make that library automatically link in when
> *** you link to this library.  But I can only do this if you have a
> *** shared version of the library, which you do not appear to have.
> 
> *** Warning: This library needs some functionality provided by -ltermcap.
> *** I have the capability to make that library automatically link in when
> *** you link to this library.  But I can only do this if you have a
> *** shared version of the library, which you do not appear to have.
> *** The inter-library dependencies that have been dropped here will be
> *** automatically added whenever a program is linked with this library
> *** or is declared to -dlopen it.
> 
> and guile-oops envetually.

If yoy get problems using shared libraries on your system, you can
try the --disable-shared option so that guile-oops is built using
static linking.

> I run guile-oops but when loading goops with (use-modules (oop goops)), I
> get an error:
> 
> standard input:3:1: In procedure process-use-modules in expression
> (process-use-modules (quote #)):
> standard input:3:1: no such module (oop goops)
> ABORT: (misc-error)

`make install' should have installed
$(prefix)/share/guile/oop/goops.scm (where $(prefix) is either
/usr/local or the argument to the configure option --prefix).  Check
that this file is installed.  If it isn't, then the error is that the
installation was interrupted before installing the file.  If it is
installed, the error is that $(prefix)/share/guile isn't in your
%load-path for some reason.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]