Hi,
if I use the "-c" flag from the pbcompiler I get a .asm-file, this compiled with fasm give
me an object-file.
How can I link this file by Hand?
Can I link this file against the 32bit libs under x84_64 to build a 32bit app?
Under newer x86-64 Linux it is possible to build 32bit apps, so why not also with purebasic?
linking object-file by hand???
Re: linking object-file by hand???
My best advice is to run pbcompiler in a 32-bit chroot to get true 32-bit compiled code. I use chroots in my 64-bit system to run applications such as pbcompiler too and haven't had any problem using it like this ^_^Pinhead wrote:Under newer x86-64 Linux it is possible to build 32bit apps, so why not also with purebasic?