Can't manage to build ldc, problem seems to be compiling ldc/runtime/profile-rt/profile-rt-38/GCDAProfiling.c

Johan Engelen via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sat Jul 23 06:11:22 PDT 2016


On Saturday, 23 July 2016 at 13:02:34 UTC, Andrew wrote:
> On Saturday, 23 July 2016 at 12:59:47 UTC, Johan Engelen wrote:
>> On Saturday, 23 July 2016 at 12:19:34 UTC, Andrew wrote:
>>>
>>> While I have no problems on my laptop, running make fails to 
>>> build ldc on my university's cluster.
>>
>> What OS is used on the cluster?
>
> cat /etc/centos-release
>
> gives
>
> Red Hat Enterprise Linux Server release 6.5 (Santiago)

MAP_FILE is a system #define. Perhaps an extra file must be 
#included.
Does it work if you change `MAP_FILE | MAP_SHARED` to just 
`MAP_SHARED`?
(i.e. can it find `MAP_SHARED`?)


More information about the digitalmars-d-ldc mailing list