|
From: | Juergen Sauermann |
Subject: | Re: [Bug-apl] Latest Solaris porting issues |
Date: | Tue, 08 Apr 2014 16:01:04 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5 |
Hi Alias,
I have added your patch so the resolved issues should be fixed in SVN 194. The gt_INTL_MACOSX: issue should also be fixed, thanks to a hint from Peter Teeson. For the other ./configure warning I would need to know which other header files are needed in order to compile on Solaris (and possibly the guard macros macros in those header files). For the -rdynamic I have replaced it by -Wl,-E. Please let me know if that works better. The test for dynamic arrays is in configure.ac line 98ff. In theory your compiler could have optimized away the dynamic array (unlikely). Another possibility is that your C compiler supports dynamic arrays and the C++ compiler does not. To avoid that I have added AC_LANG to configure.ac. /// Jürgen On 04/08/2014 07:33 AM, Elias Mårtenson wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |