Hi Viktor,

when hbmk2 is used with GCC without support for
-Wl,--start-group/-Wl,--end-group then the order
of linked libraries is not sufficient to resolve
cross references.
Just try to compile this code (for test you can
disable -Wl,--start-group in mingw builds):

   proc main()
      browse()
   return

In this code functions indirectly used inside HBRTL
refer to HBRDD functions so 1-st -lhbrtl has to be
located before -lhbrdd.

best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to