Hi Dan,
>I noticed that gschem's configure script won't set the required
>-Rpath or -Wl,--rpath, or whatever flags needed to set the runtime
>path to the X11 libraries. The attached patch adds that check
>and it seems to work fine. Without this, you have to
>manually set LDFLAGS in your configure environmnet or set LD_LIBRARY_PATH
>on solaris and other os's.
>
>Anyone see any problems with this?
I have no problem with this, as long as this doesn't force
rpath on other platforms where it is discouraged.
-Ales