ld: unknown option: -soname
Any ideas now to get around it
I have progressed a little but getting this error:
clang -dylib -lSystem -shared -Wl,-soname,libhusky.so.1.9.20230224 -o
ld: unknown option: -soname
Any ideas now to get around it
Hello Sean,
On Sun, 03 Nov 2024 16:03:26 +0000, you wrote to All:
I have progressed a little but getting this error:
clang -dylib -lSystem -shared
-Wl,-soname,libhusky.so.1.9.20230224 -o
ld: unknown option: -soname
Any ideas now to get around it
This could definitely be the wrong answer, but you could try removing "-soname" from the clang command line and see where that gets you.
Hello Sean!
03 Nov 24, Sean Rima wrote to All:
ld: unknown option: -soname
Any ideas now to get around it
Looks like -soname is parsed as switchname instead of -s<oname>.
Manpage or try -s <oname> ?
Regards
Kai
Sysop: | Sarah |
---|---|
Location: | Portland, Oregon |
Users: | 19 |
Nodes: | 16 (0 / 16) |
Uptime: | 53:07:50 |
Calls: | 126 |
Calls today: | 126 |
Files: | 84,009 |
U/L today: |
5 files (318K bytes) |
D/L today: |
33 files (8,385K bytes) |
Messages: | 38,254 |
Posted today: | 25 |