Re: Linker differences between Windows and Linux

2008-07-01 Thread Alexandre Julliard
"Jussi Pakkanen" <[EMAIL PROTECTED]> writes: > I assume Wine deals with this by having its own linker. My question is > how does Winelib handle this problem (or does it handle it at all)? Wine and Winelib use the standard linker. Check out the -Bsymbolic linker option. -- Alexandre Julliard [EM

Linker differences between Windows and Linux

2008-07-01 Thread Jussi Pakkanen
Hi I'm working on porting the Cuneiform OCR system from Windows to Linux. I'm getting a lot of problems by the different linking order of Linux and Windows. I want to make it a native Linux application, that is not depend on Winelib. (I already have it running, but it is very buggy.) The original