Re: How to make sure a symbol is present in the library used at run-time

2007-04-17 Thread Tristan Van Berkom
On Tue, 2007-04-17 at 12:48 +0200, Francesco Montorsi wrote: > Hi, > I need to build an app which needs a symbol from Pango library > which exists only in some newer versions. Generally, we dont ship binaries (or we only ship binaries that were known to compile and run on a specific platform

How to make sure a symbol is present in the library used at run-time

2007-04-17 Thread Francesco Montorsi
Hi, I need to build an app which needs a symbol from Pango library which exists only in some newer versions. Since pango_version_check is not available on older pangos, and I want my app to run on all systems regardless of their pango version (since the symbol I need is not crucial), I'd l