Re: make fails in gnustep base

2018-09-03 Thread Andreas Fink
> On 3 Sep 2018, at 23:40, Ivan Vučica wrote: > > So, uh, libulibtcap depends on code in libasn1? Library order matters > to the linker. Sure thats why we have linkers. it dynamically links things together. These are all dynamic libraries so the final linking should find all references or

Re: make fails in gnustep base

2018-09-03 Thread Ivan Vučica
So, uh, libulibtcap depends on code in libasn1? Library order matters to the linker. If you can't fix it (and it sounds like you can?) then you can pass --start-group and --end-group to the linker so it performs multiple passes. If you are passing the options --start-group and --end-group to the

Re: make fails in gnustep base

2018-09-03 Thread Andreas Fink
I recompiled all with clang7 on a freshly installed Debian9. Now all the tests in libobjc2 pass and gnustep-base all except a few pass (the others are probably broken since a long time but are minor things). My application however still doesn't run properly. I have code taking apart some ASN1