> should one add all these libraries that are used in case they are present at > build time as an dependency?
Yes. Sometimes you can avoid this with a flag to the ./configure script, however, to force the package to compile without using the library. But if you can't disable, and if it is used whenever it is found, then you should make sure it gets found by stating it as a dependency. -- Dave _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
