bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] A couple of more Solaris compatibility issues


From: Elias Mårtenson
Subject: [Bug-apl] A couple of more Solaris compatibility issues
Date: Thu, 17 Apr 2014 11:52:00 +0800

We're almost there. :-)

Issue 1:

Line 873 in the file Archive.cc: The first argument to munmap() needs to be cast to char * on Solaris.

I wasn't able to find a ready-made autoconf macro that tests for the argument to munmap(), but one can always use an #ifdef to check if the OS is Solaris.

Issue 2:

The Makefile still passes -rdynamic to the linker. Removing this makes the link work.

Regards,
Elias

reply via email to

[Prev in Thread] Current Thread [Next in Thread]