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

Re: gEDA-user: can't compile



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 version 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