Complex configure

Andreas Pakulat apaku at gmx.de
Sun Jun 3 17:20:21 BST 2007


On 03.06.07 18:34:11, Leon Pollak wrote:
> Hello.
> 
> I have a library to be linked with my application. The library refers to a 
> function which must be provided by an application.
> 
> This causes the "configure" process to fail at the phase "checking if C 
> compiler can create executables" - linker fails without this function.
> 
> Can somebody among gurus recommend something "structural" to solve this in the 
> most elegant way?

Don't use LDFLAGS to add the library. Instead use the automake manager,
right click your applications target in the lower view and select the
Libraries tab, then select Add and look for the .so file for the
library.

Andreas

-- 
Courage is your greatest present need.




More information about the KDevelop mailing list