On Wed, 12 Aug 2009, [email protected] wrote: > 2009-08-12 14:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) > * config/wce/mingwarm.cf > * config/win/mingw.cf > - Deleted ranlib usage. I've tested with mingw 3.4.2, 4.4.0 > and mingwarm 4.4.1, and the runlib command made no difference. > If someone knows the reason why was it there, pls shout.
Some tools which cannot crate dynamic index may not work with ar archives without static one so I suggest to simply add 's' to ar flags instead of calling ranlib explicitly, i.e.: $(AR) $(ARFLAGS) $(HB_USER_AFLAGS) crs $(LIB_DIR)/$@ $(^F) Windows AR ports supports 's' flag. best regards, Przeemk _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
