I have a library that was built for linux which I want to include in a simple C++ program on my mac. However, I get this error:
Is there some way to get this to work under X11 or similar? I know it works on Fedora Core 5. Thanks.
Code:
ld: warning in <snip>/libsim.a, file is not of required architecture
Undefined symbols:
<snip>
Is there some way to get this to work under X11 or similar? I know it works on Fedora Core 5. Thanks.