### The source code of [the indigo cheminformatics package][1] can be
compiled into static libraries and provides a plain-C API interface to its
C++ core.
The procedure is shown:
cd indigo
module add gcc/4.7.2 # or gcc/4.3.2
module add cmake/2.8.8
python ./build_scripts/indigo-relea
On 14 May 2014, at 08:54, Xichen Li wrote:
> However, it complains "undefined reference to __dso_handle". The Error msg is
> shown below:
You also have to link against libc. gcc does that by default, but FPC does not.
Joans
___
fpc-pascal maillist
2014-05-14 15:14 GMT-03:00 Michael Van Canneyt :
>
> On Tue, 13 May 2014, silvioprog wrote:
>
>> Hello,
>> I'm trying to set a own instance in EventLog property of all apps
>> like TCustomHttpApplication, TCustomCGIApplication
>> and TCustomFCGIApplication, but, no success.
>>
>> To get the error,