From: Peter S. <p....@sc...> - 2017-12-12 22:59:20
|
I spotted my error. A new day and fresh(ish) eyes. The ezxml object is in a cpu specific sub-folder. LIBS = -L/usr/lib/m68020-60 -lezxml -L/usr/GEM/lib -ldfrm -lwindom -lldg -lgem My app builds nicely. Peter On Sat, 9 Dec 2017 13:01:30 , Peter Slegg <p....@sc...> wrote: > > I thought I would upload one of my old projects to github (ps68060) > So I dug it out and tried to build it with the makefile. > > It is throwing errors like these all from the ezxml library: > > obj.040/gemasist.o:obj.040/gemasist.o:(.text+0x7c2): undefined reference to `_ezxml_attr' > > This is with gcc 4.6.4 > > I thought that this makefile had worked before but since it was > last built I have upgraded gcc and swapped hard drives a couple > of times so something may be broken or maybe it never worked. > > Perhaps it is missing an INCLUDE or something so I tried adding the > path to libezxml.a without success. > > I have rarely worked with makefiles. Any suggestions ? > > > Peter > > > > |