Post Reply 
Trying to compile RPL/2 on MacOSX
10-03-2021, 09:55 AM
Post: #4
RE: Trying to compile RPL/2 on MacOSX
(10-02-2021 09:05 PM)fricadelle Wrote:  But with no success. Has anybody tried to compile RPL/2 on Mac? I don't see any reason why it would not work as it is Unix under the hood after all.

This is because libxinerama depends on X11 librairies. The command "configure" runs is:

gcc -o conftest -g -O2 -O2 -fno-strict-overflow conftest.c -lXinerama -lc -lm -lXt -lX11 -lXext -L/usr/local/lib -lXinerama

And it fails because:

ld: library not found for -lXt

But it reports "Can not find libXinerama !".

Maybe you can compile it with XQuartz install and run it under X11 but this is the reason it works under Linux and not OSX: different graphic environments.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Trying to compile RPL/2 on MacOSX - pascal_meheut - 10-03-2021 09:55 AM



User(s) browsing this thread: 1 Guest(s)