Re: Common Source code

2006-05-10 Thread Warren Young
Paulo J. Matos wrote: I see two ways: Creating yet another library and then link it with lib1 and lib2 and later link to the main code lib1, lib2 and liblogger. That's what I do. It's really no different than linking your programs to, for instance, the GNOME libraries, which just happen to u

Re: Common Source code

2006-05-10 Thread Matt Hull
i would guess that you would have the logger be lib3 in the lib folder. On Wed, 10 May 2006, Paulo J. Matos wrote: > Hi all, > > I have a source tree, which is maintained with autotools. It goes > something like this: > MySoftware > |- lib >|- lib1 >|- lib2 > |- src > > lib1 a

Common Source code

2006-05-10 Thread Paulo J. Matos
Hi all, I have a source tree, which is maintained with autotools. It goes something like this: MySoftware |- lib |- lib1 |- lib2 |- src lib1 and lib2 are compiled and then linked to the src software. However, I've just developed a logger utility interface which uses log4cpp and I w