On Mon, 30 Jun 2008, Szakáts Viktor wrote: Hi Viktor,
> Any more pointers (like build std/err log)? I can't > see any trends in this list, which could help trace > these back to any recent modifications. > libhbmisc.a is the simplest lib without any Makefile > tricks, so I wonder how could it fail like this. The modifications in contrib make files completely broke RPM creation process and now it has to be changed. I'll try to look at it and maybe I'll be able to fix it. Anyhow some of recent modifications will make this process harder. Please note that moving build conditions into separate Makefile(s) in contrib tree makes this process harder. It also seriously interacts with cross builds. Don't also forget that most of libraries which can be compiled in Linux can also be ported to other *nixes (BSD, MacOSX, SunOS, HPUX, AIX, ...) and most of statements like: ifeq ($(HB_ARCHITECTURE),linux) should be updated for this systems, too. These modification also make adding autoconf support much harder because now I will have to add support for it into each library. It will be much easier to check dependences and create contrib library list in one place instead of updating each library. best regards, Przemek _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour