Linker name mismatch

blubee blubeeme gurenchan at gmail.com
Sun Oct 29 06:13:51 UTC 2017


I'm pretty sure this is the reason the build is failing because running
both these commands:

% ld -L/usr/local/lib -lSoname
ld: cannot find -lTogl
% ld -L/usr/local/lib -lsoname
ld: warning: cannot find entry symbol _start; not setting start address
//lib/libc.so.7: undefined reference to `__progname'
//lib/libc.so.7: undefined reference to `environ'



On Sun, Oct 29, 2017 at 2:06 PM, blubee blubeeme <gurenchan at gmail.com>
wrote:

> I'm compiling a port and the linker is failing because the linker is
> looking for
>
> -lUppercaseSoname
>
> but the shared object name doesn't start with an uppercase.
>
> Can I change the way the linker flags are passed to replace:
> -lSoname with -lsoname
>


More information about the freebsd-ports mailing list