[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA-user: can't compile
okay.....
everything you mentioned is okay - I've never installed gEDA or any of
the related libraries before this afternoon.....
what's gaf? I'm not really comfortable with the way the gEDA is set up
in CVS - I'mm assuming that by doing:
cvs co /geda/devel
cvs co /geda/support/libgdgeda-1.8
I should have everything needed?
BTW, thanks for the quick response - but don't worry about taking your
time - I've got a lab due in 2 weeks with a whole shitload of VHDL
stuff, and I just wanted to get used to using the software under linux
(we use Altera Max+Plus II in the labs here)....
On Wed, 2001-09-05 at 21:32, Ales Hvezda wrote:
> Hi,
>
>
> >getting this error while trying to link gschem:
> >
> >/root/temp/geda/devel/gschem/src/o_complex.c:236: undefined reference to
> >`o_read'
> >/usr/local/geda/lib/libgeda.so: undefined reference to `o_scale'
> >/usr/local/geda/lib/libgeda.so: undefined reference to `o_save'
>
> Could you do an ls on /usr/local/geda/lib/libgeda.so*
> and tell me what it reports? It *must* report:
>
> 0 lrwxrwxrwx 1 ahvezda ahvezda 17 Aug 30 23:15 libgeda.so -> libgeda.so.14.0.0*
> 0 lrwxrwxrwx 1 ahvezda ahvezda 17 Aug 30 23:15 libgeda.so.14 -> libgeda.so.14.0.0*
> 857 -rwxr-xr-x 1 ahvezda ahvezda 872120 Aug 30 23:15 libgeda.so.14.0.0*
>
> With the important thing being the _14_. It seems to me that you
> have a stale vlibgersion of libgeda hanging about. Did you ever install
> gaf via rpms or such? Make sure that you install libgeda from 20010722
> before you tried to build gschem.
>
>
> >Running RH7.1, all dependancies met (according to configure). Using
> >latest everything from CVS (as of Sept. 5, 2001 @ 5pm EST).....set all
> >the shell vars that were asked to be set.....hmmm
> >
> >anyone got any ideas? using guile from ximian's distro, noweb is latest
> >stable release from their site....
>
>
> That should work just fine. Let me know if this helps.
>
> -Ales