Yes, you are missing a file, but that is because something else fails the build process before.
I am not a Slackware person, so take my advice in principle. I assume that you build process is standard configure; make; make install affair. How about saving ./configure and make outputs from 32 and 64 bit platforms and diff them. Perhaps you will be able to cross reference the diffs with your make errors. If/when you find the missing or problematic library, assuming there is one - try creating a link to newer version on your system. Hopefully, the lib will be backwards compatible. Hope it helps, Tomas On Aug 31, 2017 10:53 AM, "Rich Shepard" <[email protected]> wrote: > On Thu, 31 Aug 2017, Wayne E. Van Loon Sr. wrote: > > > Would this be possible for you? Get libraries from Slackware 14.1 that > you > > need and install them in your 14.2 installation. > > Wayne, > > Nope. The issue is a missing gnucash file: > > ice-9/boot-9.scm:106:20: In procedure #<procedure 95964e0 at > ice-9/boot-9.scm:97:6 (thrown-k . args)>: > ice-9/boot-9.scm:106:20: In procedure dynamic-link: file: > "libgncmod-report-gnome", message: "file not found" > Makefile:1141: recipe for target 'report-gnome.go' failed > > My web searches for report-gnome.go find no hits on that. Plenty of hits > on gnome and report but not this file name. > > Thanks, > > Rich > _______________________________________________ > PLUG mailing list > [email protected] > http://lists.pdxlinux.org/mailman/listinfo/plug > _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
