[fpc-pascal] Static linking against the indigo cheminformatics package under Linux x64 complains undefined reference to __dso_handle when Free Pascal is used

2014-05-15 Thread Xichen Li
### 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

Re: [fpc-pascal] Static linking against the indigo cheminformatics package under Linux x64 complains undefined reference to __dso_handle when Free Pascal is used

2014-05-15 Thread Jonas Maebe
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

Re: [fpc-pascal] EventLog and error "No member is provided to access property"

2014-05-15 Thread silvioprog
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,