Re: [CMake] link problem with cmake

2008-10-06 Thread Oliver Dole
On 10/5/08, Alexander Neundorf <[EMAIL PROTECTED]> wrote: > On Sunday 05 October 2008, Oliver Dole wrote: > > Hello, > > > > I have a link problem with cmake on Linux. > > I work on owb, a webkit based browser, which uses cmake as build > > system. Here is how my cmake system works: > > - bui

Re: [CMake] link problem with cmake

2008-10-05 Thread Alexander Neundorf
On Sunday 05 October 2008, Oliver Dole wrote: > Hello, > > I have a link problem with cmake on Linux. > I work on owb, a webkit based browser, which uses cmake as build > system. Here is how my cmake system works: > - build balwtf.a, kjs.a and webcore.a > - build libwebkit.so which requires balwtf.

Re: [CMake] link problem with cmake

2008-10-05 Thread Alan W. Irwin
On 2008-10-05 16:07+0200 Oliver Dole wrote: Hello, I have a link problem with cmake on Linux. I work on owb, a webkit based browser, which uses cmake as build system. Here is how my cmake system works: - build balwtf.a, kjs.a and webcore.a - build libwebkit.so which requires balwtf.a, kjs.a and

[CMake] link problem with cmake

2008-10-05 Thread Oliver Dole
Hello, I have a link problem with cmake on Linux. I work on owb, a webkit based browser, which uses cmake as build system. Here is how my cmake system works: - build balwtf.a, kjs.a and webcore.a - build libwebkit.so which requires balwtf.a, kjs.a and webcore.a - then I build owb. >From my point o