[tlbuild] trial builds for TL'13 -- Solaris 10 i386/x86_64

Ettore Aldrovandi ealdrov at mail.math.fsu.edu
Sun Mar 31 17:22:35 CEST 2013


On Sat, Mar 30, 2013 at 03:56:44PM -0400, Ettore Aldrovandi wrote:

> OK, it builds, now, both i386 x86_64. I used gcc version 4.6.3.
> 
> Remarks:
> 
> * It needed the patch Apostolos posted. (Solaris 11, however, did not.)

I meant the uposixdefs.h.patch

I got to build it with asy as well, with a minor patch (attached). However, this
is not entirely satisfactory, because, as a result, the following not quite standard
additional libraries are pulled in:

/opt/csw/lib/64/libgcc_s.so.1
/opt/csw/lib/64/libstdc++.so.6
/opt/csw/lib/64/libz.so.1

(no /64/ for the i386 build, of course).  I may need to play with the RPATH.

-- 
Ettore
-------------- next part --------------
--- runtime.in	Sat Mar 30 17:07:09 2013
+++ runtime.in.orig	Sun Mar 31 10:49:48 2013
@@ -239,7 +239,7 @@
 
 bool isnan(real x)
 {
-  return std::isnan(x);
+  return isnan(x);
 }
 
 array* :pushNullArray()


More information about the tlbuild mailing list