> I had fixed this locally by changing
> 
> -install_name "harbour$(DYN_EXT)"
> 
> to
> 
> -install_name "libharbour$(DYN_EXT)"
> 
> in DY_RULE (should probably fix also mkdyn).

Just did this on SVN, pls make some tests and 
report if there is still something missing.

> Anyhow, this is a hack as install_name should (usually) be set to the
> full installation path.

Thank you, this sheds light on the remaining TOFIX.

One problem is that we have separate build and install 
passes and at build time we may not know the final location 
of dylibs. Plus such requirement makes it not possible 
to move around .dylib once it's created (but maybe this 
how it's meant to be done on OS X).

What to do?

1) Use whatever HB_INSTALL_PREFIX we may have at build pass.
2) Reapply this parameter on install? (if that's possible)
3) Else?

Brgds,
Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to