bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Latest Solaris porting issues


From: Juergen Sauermann
Subject: Re: [Bug-apl] Latest Solaris porting issues
Date: Wed, 09 Apr 2014 17:31:47 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5

Hi Elias,

I reverted the -Wl,-E back to -rdynamic but added a check that the compiler accepts it.
I wouln't remove it because gcc says it may be needed for dlopen() or backtrace().

Also added NOMACROS and #included curses.h in ./configure.

Finally I updated NativeFunctions considering your patch. I did it slightly
different so that )MORE becomes more verbose regarding which files were tried.

SVN 195.

/// Jürgen


On 04/09/2014 04:58 AM, Elias Mårtenson wrote:
OK, only a few errors are still remaining:

First of all, the #define of NOMACROS didn't seems to make it into the code when you adapted my patches yesterday. Solaris (and I presume any operating system that is not Linux) needs to have NOMACROS defined.

Secondly, the addition of -Wl,-E doesn't seem to work. The Solaris linker doesn't have a -E option. I believe this option should be simply removed.

Finally, to get rid of the warning during ./configure regarding term.h, you can solve the issue by including curses.h before term.h.

Regards,
Elias

reply via email to

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