sön 2012-01-22 klockan 16:01 +1300 skrev Amos Jeffries: > On 22/01/2012 12:12 p.m., Henrik Nordström wrote: > > lör 2012-01-21 klockan 22:27 +0100 skrev Kinkie: > >> Hi all, > >> the patch below seems to fix the build on OpenBSD. Does it make sense? > > What is the error? > > > > But yes makes sense.. mgr depends on ipc I think. > > Yes it does. And libipc depends on libmgr right back.
Don't do that. They need to be in the same lib for that to work reliably. archive dependencies need to be linear, or it will break subtly. within the same archive you may have dependencies in whatever direction you like. Regards Henrik