vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi NG, we are trying to compile sybperl 2.18. Our hardware is a x86_64 CPU with a 64 bit lilnux kernel from SuSE 9.3. The Sybase Installation is a Sybase 11.9.2 for linux. Is it possible to compile sybperl on a 64-bit-development system with 32-bit open client libraries? Any help is welcome! Thanks in advance, Roland |
| ||||
| It is probably possible - but you need to use the correct flags to the C compiler so that it will produce 32bit code, and all the objects that need to be linked together have to be 32bit code. This means that you probably have to build a new perl binary and all related modules to get this to work. Michael |