[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: How do I get PNG output?



[snip]
>Why the the disconnect between gshcem and libgdgeda?

	Did you rebuild libgeda after you built and installed libgdgeda?
Parts of the png generated code lives in libgeda.

On my box,  pkg-config libgeda --libs   outputs:

-Wl,-rpath,/usr/local/encap/libpng-1.2.5/lib -L/home/ahvezda/geda/lib -L/usr/local/encap/guile-1.6.3/lib -L/usr/X11R6/lib -L/usr/local/encap/libpng-1.2.5/lib -L/usr/local/encap/glib-2.2.2/lib -lgeda -lguile -lguile-ltdl -lcrypt -lgdgeda -lpng -lz -lm -lglib-2.0  
                                                                    ^^^^^^^^
 
Make sure that -lgdgeda is in there on your machine.

								-Ales