gmake install didn't the job it only copy the script and not the executable to /opt/gnucash/bin
prounix_root:/users/mgansser/GNU/gnucash-1.6.7/src/.libs # file gnucash gnucash: PA-RISC1.1 shared executable dynamically linked -not stripped if I do 'cp src/.libs/gnucash /opt/gnucash/bin' gnucash-1.6.7 start on hpux-11.00 but with some warnings: prounix_root:/opt/gnucash/bin # ./gnucash Plug-in guppi_axis.so not found Plug-in guppi_background.so not found Plug-in guppi_barchart.so not found Plug-in guppi_boxplot.so not found Plug-in guppi_compass_box.so not found Plug-in guppi_frame.so not found Plug-in guppi_image.so not found Plug-in guppi_legend.so not found Plug-in guppi_linechart.so not found Plug-in guppi_linegraph.so not found Plug-in guppi_pie.so not found Plug-in guppi_pricebars.so not found Plug-in guppi_scatter.so not found Plug-in guppi_text.so not found Plug-in guppi_xybox.so not found Gtk-WARNING **: invalid cast from (NULL) pointer to `GtkWindow' on hpux the shared libraries historicaly have the suffix .sl not .so how can this be changed ? thanks Martin > rm -rf /opt/gnucash > gmake install > > For me, this installs a _binary_ into the destination bin/gnucash > > -derek > > "Gansser, Martin" <[EMAIL PROTECTED]> writes: > > > this is the source directory, in this directory I build gnucash: > > > > /users/mgansser/GNU/gnucash-1.6.7 > > > > this is my build script. > > > > gmake distclean > > ./configure --prefix=/opt/gnucash --with-glib-prefix=/opt/gnome \ > > --with-gnome-includes=/opt/gnome/includes \ > > --with-gnome-libs=/opt/gnome/lib \ > > --with-g-wrap-prefix=/usr/local \ > > --enable-opt-style-install \ > > --with-libguppi-prefix=/opt/gnome --disable-libguppitest > > gmake clean all install > > > > Martin > > > > > -----Original Message----- > > > From: Derek Atkins [mailto:[EMAIL PROTECTED]] > > > Sent: Wednesday, August 21, 2002 5:26 PM > > > To: Gansser, Martin > > > Cc: [EMAIL PROTECTED] > > > Subject: Re: linking problem > > > > > > > > > you didn't answer my question: > > > > > > > > Where did you build gnucash? > > > > > > -derek > > > > > > "Gansser, Martin" <[EMAIL PROTECTED]> writes: > > > > > > > gnucash isn't a executable > > > > > > > > # file /opt/gnucash/bin/gnucash > > > > /opt/gnucash/bin/gnucash: commands text > > > > > > > > # config.guess > > > > hppa2.0w-hp-hpux11.00 > > > > > > > > Martin > > > > > > > > > Where did you build gnucash? > > > > > This sounds like make install didn't work right... > > > > > > > > > > For me: > > > > > ~> file /opt/gnucash/bin/gnucash > > > > > /opt/gnucash/bin/gnucash: ELF 32-bit LSB executable, Intel > > > > > 80386, version 1, dynamically linked, not stripped > > > > > > > > > > -derek > > > > > > > > > > "Gansser, Martin" <[EMAIL PROTECTED]> writes: > > > > > > > > > > > always the same messages: > > > > > > > > > > > > start message as root: > > > > > > > > > > > > # /opt/gnucash/bin/gnucash > > > > > > /opt/gnucash/bin/gnucash: error: > > > > > /opt/gnucash/bin/.libs/gnucash does not exist > > > > > > This script is just a wrapper for gnucash. > > > > > > See the libtool documentation for more information.> > > > > > > > > > > > > Martin > > > > > > > > > > -- > > > > > Derek Atkins, SB '93 MIT EE, SM '95 MIT Media > Laboratory > > > > > Member, MIT Student Information Processing > Board (SIPB) > > > > > URL: http://web.mit.edu/warlord/ PP-ASEL-IA > N1NWH > > > > > [EMAIL PROTECTED] PGP key > available > > > > > > > > > _______________________________________________ > > > > gnucash-devel mailing list > > > > [EMAIL PROTECTED] > > > > http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel > > > > > > -- > > > Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory > > > Member, MIT Student Information Processing Board (SIPB) > > > URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH > > > [EMAIL PROTECTED] PGP key available > > > > > _______________________________________________ > > gnucash-devel mailing list > > [EMAIL PROTECTED] > > http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel > > -- > Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory > Member, MIT Student Information Processing Board (SIPB) > URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH > [EMAIL PROTECTED] PGP key available > _______________________________________________ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel
