discuss-gnustep
[Top][All Lists]
Advanced

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

Re: GNUstep Build Guide and other documents


From: Dennis Leeuw
Subject: Re: GNUstep Build Guide and other documents
Date: Mon, 13 Jan 2003 18:35:16 +0100

Jeff Teunissen wrote:
> 
> Richard Stonehouse wrote:
> 
> > Hello Dennis,
> >
> > > > Checking the version numbers of installed software, I couldn't get
> > > > some of the more complex tests to work (the ones that do "strings
> > > > `gcc --print-file-name=...").
> > >
> > > What is the problem? Doesn't the Red Hat compiler return the right
> > > files when doing gcc --print-file-name=...
> > > Or are there problems in getting the version-numbers from the
> > > libraries...?
> >
> > Taking the command verbatim from the build guide:
> >
> >     $ strings `gcc --print-file-name=libgmp.so` | grep -e
> > \^[[:digit:]].[[:digit:]].[[:digit:]]$
> >
> > I get:
> >
> >     strings: libgmp.so: No such file or directory
> >
> > But if I do:
> >
> >     $ locate libgmp.so
> >
> > I get:
> >
> >     /usr/lib/libgmp.so.3.3.0
> >     /usr/lib/libgmp.so.3
> 
> But no libgmp.so file. You have the shared library, but don't seem to have
> the -devel package installed (which provides the .so symlink)


Bummer...! Sure that probably is it!!! Thanks Jeff...
Boy I hate that split between lib and lib-dev stuff. It fools me
everytime.
I will make a note that you always need the lib-dev stuff too.

Dennis

> 
> --
> | Jeff Teunissen  -=-  Pres., Dusk To Dawn Computing  -=-  deek @ d2dc.net
> | GPG: 1024D/9840105A   7102 808A 7733 C2F3 097B  161B 9222 DAB8 9840 105A
> | Core developer, The QuakeForge Project        http://www.quakeforge.net/
> | Specializing in Debian GNU/Linux              http://www.d2dc.net/~deek/
> 
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@gnu.org
> http://mail.gnu.org/mailman/listinfo/discuss-gnustep




reply via email to

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