gnustep / tools-make

The makefile package is a simple, powerful and extensible way to write makefiles for a GNUstep-based project.
https://www.gnustep.org/
GNU General Public License v3.0
29 stars 43 forks source link

libraries not correct linked on FreeBSD #38

Closed rmottola closed 11 months ago

rmottola commented 11 months ago

On FreeBSD 13 I noticed that libraries are not symlinked the classic way, but things are being copied:

-rwxr-xr-x  1 multix  wheel  13419712 Nov 21 01:54 libgnustep-base.so
-rwxr-xr-x  1 multix  wheel  13419712 Nov 21 01:54 libgnustep-base.so.1.29
-rwxr-xr-x  1 multix  wheel  13419712 Nov 21 01:54 libgnustep-base.so.1.29.0

It used to work and on a system with FreeBSD it still works, as it works on linux.

rmottola commented 11 months ago

I found that "ln -s" is correctly detected. It may be that some checks or some detail is different.

rmottola commented 11 months ago

Luckily no real issue here. The shell set an alias of ls to "ls -LG", so beyond colour it was activating symbolic links solving... so no issue in GNUstep and I reverted my setup to older FreeBSD setup.