Re: linking .a lib with another library

2009-02-05 Thread Julian Elischer
pluknet wrote: 2009/2/5 pluknet : Hi. The problem is: I have a program which is statically linked to my static lib during a build. The lib is in turn uses kvm*() calls, hence it should be linked with libkvm. in static linking order is important.. you need to put libkvm after the library that

Re: linking .a lib with another library

2009-02-05 Thread pluknet
2009/2/5 pluknet : > Hi. > > The problem is: > > I have a program which is statically linked to my static lib during a build. > The lib is in turn uses kvm*() calls, hence it should be linked with libkvm. > > During the build of my binaries which are linked to my libucron.a I > get the following: >

linking .a lib with another library

2009-02-05 Thread pluknet
Hi. The problem is: I have a program which is statically linked to my static lib during a build. The lib is in turn uses kvm*() calls, hence it should be linked with libkvm. During the build of my binaries which are linked to my libucron.a I get the following: /usr/home/pluknet/svn/ucron/ksucro