Re: [Gc] sparc_mach_dep.lo in wrong dir
Christian Weisgerber <naddy-SaMVNK/[email protected]> Fri, 25 Jul 2014 23:02:57 +0200
| Newsgroups | gmane.comp.programming.garbage-collection.boehmgc |
|---|---|
| Message-ID | <[email protected]> |
Ivan Maidanski: > Wed, 23 Apr 2014 15:01:23 -0700 from Mojca Miklavec: > >Building gc 7.4 on Sparc Solaris fails with > >libtool: link: `src/sparc_mach_dep.lo' is not a valid libtool object > >The problem is that the file is actually in top level > >(src/sparc_mach_dep.lo), not under src. If I manually edit the Makefile > >and remove src/ from all occurencies of src/sparc_mach_dep.lo, the > >compilation succeeds. > > Should fixed in https://github.com/ivmai/bdwgc/commit/e2bf29b7801357c1ad28c2948a3f88c655dd722a Building gc 7.4.2 on OpenBSD/sparc64 still fails, but differently: make: don't know how to make sparc_mach_dep.lo (prerequisite of: libgc.la) Now there is no Makefile rule to derive sparc_mach_dep.lo from src/sparc_mach_dep.S. -- Christian "naddy" Weisgerber naddy-SaMVNK/[email protected]