Skip to content
Prev 41784 / 63424 Next

Including multiple third party libraries in an extension

On 14.11.2011 03:55, Tyler Pirtle wrote:
Since then it is easy to do so and no 2 runs are required. With a 
configure the automagical processes cannot guess enough and need to to 
stuff separately.
No. Natively 32-bit and natively 64-bit architectures. We do not provide 
any cygwin binaries (which is another platform anyway).

The difference is just in the compiled code. Hence the package is almost 
the same, it just ships with two libs subdirectories ./x64 and ./i386 
each containing the right dll(s) for the corresponding platform.
In one go means:
- for packages without compiled code, it is really only one go, since 
everything should already be portable.
- for packages with compiled code, the libraries (e.g. dlls on Windows) 
are compiled separately but within the same installation procedure. The 
whole rest is only done once.

Best,
Uwe Ligges