Re: Startup Druid on Solaris

2007-08-08 Thread alanpae
Thanks, Makes me wish Dave P. was still around ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Startup Druid on Solaris

2007-08-08 Thread Dan Widyono
> You forgot to mention -L as well. :-) No, I just didn't mention it because presumably gcc is already being called with -L/opt/local/lib (see output of configure you sent). I meant, perhaps configure should be adding -R as well, but only when compiling under Solaris. Regards, Dan W. > > On So

Re: Startup Druid on Solaris

2007-08-08 Thread alanpae
This is a shot in the dark, but in my Solaris days I recall using -R/opt/local/lib (in this case) to tell the dynamic loader where to look for the shared objects. Would it help to add -R/opt/local/lib when compiling under Solaris? You forgot to mention -L as well. :-) ftp.gnome.org on

Re: Startup Druid on Solaris

2007-08-08 Thread Dan Widyono
This is a shot in the dark, but in my Solaris days I recall using -R/opt/local/lib (in this case) to tell the dynamic loader where to look for the shared objects. Would it help to add -R/opt/local/lib when compiling under Solaris? Dan W. On Wed, Aug 08, 2007 at 03:52:03PM -0400, [EMAIL PROTECTED

Startup Druid on Solaris

2007-08-08 Thread alanpae
Not sure if this will make any sense, but here goes. On Solaris, the configure script finds gnome-libs as shown below: checking GNOME_LIBS... -L/opt/local/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lz -lsocket -lnsl -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0