generating 64 bit dll on 32 bit linux machine

edited February 2011 in Science & Tech
hi,
i work on 32 bit linux machine. i want to compile a 64 bit dll using the same machine.
( here i would like to mention that i am not looking for executing 32 bit dll on 64 bit linux machine). i want to generate 64 bit dll from a 32 bit machine.

thanks in advance for helping :)

Comments

  • kryystkryyst Ontario, Canada
    edited February 2011
    You would need the 64bit libraries and have to be able to tell the compiler to use them instead. Which I believe you can do because you can tell the compiler to use optional libraries for the source. However never having done it myself that's all I can say.
  • ardichokeardichoke Icrontian
    edited February 2011
    What he said ^

    If you don't already know how to do this though, it might be easier to just set up a 64-bit virtual machine using VirtualBox and compile in that.
Sign In or Register to comment.