Re: Category Unknown ?

2021-12-07 Thread Andreas Buff
Hi, just for the record, in case others stumble over the same issue: We were able to force link categories. We stopped using GNUstep makefiles, writing our own simple makefiles to disable all GNUstep magic understand what is going on. The actual fix then was to explicitly pass

Re: Category Unknown ?

2021-10-21 Thread Andreas Buff
Looks like no linker supports the -ObjC flag on Linux. I have intalled LLVM 13 and am checking the man pages on all LDs. # On MAc $whereis ld /usr/bin/ld $ld -v @(#)PROGRAM:ld  PROJECT:ld64-711 BUILD 14:59:24 Aug 21 2021 configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32

Re: Category Unknown ?

2021-10-21 Thread Andreas Buff
Hi Riccardo, this is an issue for shared libs only. Unfortunately we must use static libs for this project for several reasons.  Andreas On 20.10.21 23:12, Riccardo Mottola wrote: > Hi, > > > Andreas Buff wrote: >> It's linked to a static lib that has also be build with GNUstep. The lib >>

Re: Category Unknown ?

2021-10-20 Thread Riccardo Mottola
Hi, Andreas Buff wrote: It's linked to a static lib that has also be build with GNUstep. The lib contains Categories. did you try using a shared library instead? Riccardo

Re: Category Unknown ?

2021-10-18 Thread Andreas Buff
Hi Andreas, thanks again for trying to help. I really appreciate it! Find feedback inlined. Best, Andreas Am 15.10.21 um 17:56 schrieb Andreas Fink: > i have done precompiled libraries for debian10 and 11 and they work fine > for me. Just to avoid misunderstandings: I do _not_ have a general

Fwd: Re: Category Unknown ?

2021-10-15 Thread Andreas Buff
Hi Andreas, thanks for having a look on it. a) which version of clang are you using? `clang -v`output: Debian clang version 11.0.1-2 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/10 Found candidate

Re: Category Unknown ?

2021-10-15 Thread Andreas Fink
the list is not dead To start:   a) which version of clang are you using? b) which objc runtime are you using? c) which linker are you using? d) which Linux distribution/version are you using? Andreas Buff wrote on 15.10.21 14:53: > Hi, > > sorry for the bump. > > Is this list dead or is my

Re: Category Unknown ?

2021-10-15 Thread Andreas Buff
Hi, sorry for the bump. Is this list dead or is my question too stupid? :-/ Am 07.10.21 um 10:30 schrieb Andreas Buff: > Hi! > > I am new to GNUstep. > > I am building an executable on Linux. Using include > `$(GNUSTEP_MAKEFILES)/tool.make`. > > It's linked to a static lib that has also be

Category Unknown ?

2021-10-07 Thread Andreas Buff
Hi! I am new to GNUstep. I am building an executable on Linux. Using include `$(GNUSTEP_MAKEFILES)/tool.make`. It's linked to a static lib that has also be build with GNUstep. The lib contains Categories. The executable builds fine but has errors at runtime not recognizing methods