Displaying 16 results from an estimated 16 matches for "maix32".
2015 Dec 16
2
Building R in 64-bit mode
...ng=no --with-jpeglib=no
--with-libtiff=no \
--with-readline=no --with-x=no
root at x065:[/data/prj/cran/32/R-3.2.3]
root at x065:[/data/prj/cran/32/R-3.2.3]sdiff ../../??/aix.env
export OBJECT_MODE=32 |
export OBJECT_MODE=64
export CC="gcc -maix32 -mcpu=power5" |
export AR="ar -X64"
export CXX="g++ -maix32 -mcpu=power5" |
export CC="gcc -maix64 -mcpu=power5"
export F77="gfortran -maix32 -mcpu=power5" |
export CXX="g+...
2015 Dec 16
0
Building R in 64-bit mode
...ibtiff=no \
> --with-readline=no --with-x=no
> root at x065:[/data/prj/cran/32/R-3.2.3]
>
> root at x065:[/data/prj/cran/32/R-3.2.3]sdiff ../../??/aix.env
> export OBJECT_MODE=32 |
> export OBJECT_MODE=64
> export CC="gcc -maix32 -mcpu=power5" |
> export AR="ar -X64"
> export CXX="g++ -maix32 -mcpu=power5" |
> export CC="gcc -maix64 -mcpu=power5"
> export F77="gfortran -maix32 -mcpu=power5" |...
2015 Dec 18
1
Assistance much appreciated
On 2015-12-18 02:29, Simon Urbanek wrote:
> Michael,
>
> I got access to PDP AIX so I can try to replicate your problem. Can you, please, share exactly your setup - AIX version and well as how exactly you installed the compilers (=where from)? I can then try to replicate it. AFAICS there is no official binary for gfortran nor gcc 4.7 so it must be some 3rd party - which could also be a
2015 Dec 29
2
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...ossed to be doing will look at this.
A short history of other people who have reported on this on different
versions of AIX. I shall only add that I get the same results on AIX 5.3
TL7, AIX 6.1 TL9 and AIX 7.1 TL3.
Basically, with settings that work for AIX and 32-bit - the only changes
being
-maix32 becomes -maix64
and
export OBJECT_MODE=32 becomes export OBJECT_MODE=64
Then to shorten the 'make' bla bla, first run just make, then
cd src/library/tools
make -s sysdata
http://article.gmane.org/gmane.comp.lang.r.devel/38817/match=package+tools+malformed
http://article.gmane.org/gmane.c...
2005 Mar 01
1
Problems Building Ron AIX 5.2.0.0 (Solved)
Happily I got this to work, largely by trial-and-error. In hopes that this will
help somebody else, my config.site ended up being:
OBJECT_MODE=64
R_PAPERSIZE=letter
CC=/usr/local/bin/gcc
MAIN_LDFLAGS=-Wl,-brtl
SHLIB_LDFLAGS=-Wl,-G
Which is virtually identical to that recommended in R-admin: one of my problems
was using "-W1,brtl" rather than "-W1,-brtl". This was R 2.0.1
2015 Dec 31
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...of other people who have reported on this on
>> different versions of AIX. I shall only add that I get the same
>> results on AIX 5.3 TL7, AIX 6.1 TL9 and AIX 7.1 TL3.
>>
>> Basically, with settings that work for AIX and 32-bit - the only
>> changes being
>> -maix32 becomes -maix64
>> and
>> export OBJECT_MODE=32 becomes export OBJECT_MODE=64
>>
>> Then to shorten the 'make' bla bla, first run just make, then
>>
>> cd src/library/tools
>> make -s sysdata
>>
>> http://article.gmane.org/gmane.comp.lan...
2016 Jan 01
2
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...story of other people who have reported on this on different versions of AIX. I shall only add that I get the same results on AIX 5.3 TL7, AIX 6.1 TL9 and AIX 7.1 TL3.
>>>>
>>>> Basically, with settings that work for AIX and 32-bit - the only changes being
>>>> -maix32 becomes -maix64
>>>> and
>>>> export OBJECT_MODE=32 becomes export OBJECT_MODE=64
>>>>
>>>> Then to shorten the 'make' bla bla, first run just make, then
>>>>
>>>> cd src/library/tools
>>>> make -s sysdata...
2015 Dec 30
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...gt;
> A short history of other people who have reported on this on different
> versions of AIX. I shall only add that I get the same results on AIX
> 5.3 TL7, AIX 6.1 TL9 and AIX 7.1 TL3.
>
> Basically, with settings that work for AIX and 32-bit - the only
> changes being
> -maix32 becomes -maix64
> and
> export OBJECT_MODE=32 becomes export OBJECT_MODE=64
>
> Then to shorten the 'make' bla bla, first run just make, then
>
> cd src/library/tools
> make -s sysdata
>
> http://article.gmane.org/gmane.comp.lang.r.devel/38817/match=package+tools+...
2016 Jan 03
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...ho have reported on this on different versions of AIX. I shall only add that I get the same results on AIX 5.3 TL7, AIX 6.1 TL9 and AIX 7.1 TL3.
>>>>>>
>>>>>> Basically, with settings that work for AIX and 32-bit - the only changes being
>>>>>> -maix32 becomes -maix64
>>>>>> and
>>>>>> export OBJECT_MODE=32 becomes export OBJECT_MODE=64
>>>>>>
>>>>>> Then to shorten the 'make' bla bla, first run just make, then
>>>>>>
>>>>>> cd src/...
2016 Jan 01
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...; A short history of other people who have reported on this on different versions of AIX. I shall only add that I get the same results on AIX 5.3 TL7, AIX 6.1 TL9 and AIX 7.1 TL3.
>>>
>>> Basically, with settings that work for AIX and 32-bit - the only changes being
>>> -maix32 becomes -maix64
>>> and
>>> export OBJECT_MODE=32 becomes export OBJECT_MODE=64
>>>
>>> Then to shorten the 'make' bla bla, first run just make, then
>>>
>>> cd src/library/tools
>>> make -s sysdata
>>>
>>>...
2015 Dec 18
1
Assistance much appreciated
On 2015-12-17 21:37, peter dalgaard wrote:
> As you're dying in an else clause, a previous if () must contain the clue. Unfortunately not necessarily the matching one.
>
> My guess is that your TRE library is broken. The line should have matched the RE "regline" defined as
>
> tre_regcomp(®line, "^[^:]+:[[:blank:]]*", REG_EXTENDED);
> ...and
2016 Jan 01
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...er people who have reported on this on different versions of AIX. I shall only add that I get the same results on AIX 5.3 TL7, AIX 6.1 TL9 and AIX 7.1 TL3.
>>>>>
>>>>> Basically, with settings that work for AIX and 32-bit - the only changes being
>>>>> -maix32 becomes -maix64
>>>>> and
>>>>> export OBJECT_MODE=32 becomes export OBJECT_MODE=64
>>>>>
>>>>> Then to shorten the 'make' bla bla, first run just make, then
>>>>>
>>>>> cd src/library/tools
>>...
2016 Jan 04
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...ted on this on different versions of AIX. I shall only add that I get the same results on AIX 5.3 TL7, AIX 6.1 TL9 and AIX 7.1 TL3.
>>>>>>>
>>>>>>> Basically, with settings that work for AIX and 32-bit - the only changes being
>>>>>>> -maix32 becomes -maix64
>>>>>>> and
>>>>>>> export OBJECT_MODE=32 becomes export OBJECT_MODE=64
>>>>>>>
>>>>>>> Then to shorten the 'make' bla bla, first run just make, then
>>>>>>>
>>&g...
2016 Jan 03
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...that I get the same
>>>>>>> results on AIX 5.3 TL7, AIX 6.1 TL9 and AIX 7.1 TL3.
>>>>>>>
>>>>>>> Basically, with settings that work for AIX and 32-bit - the only
>>>>>>> changes being
>>>>>>> -maix32 becomes -maix64
>>>>>>> and
>>>>>>> export OBJECT_MODE=32 becomes export OBJECT_MODE=64
>>>>>>>
>>>>>>> Then to shorten the 'make' bla bla, first run just make, then
>>>>>>>
>>>...
2016 Jan 04
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...on different versions of AIX. I shall only add that I get the same results on AIX 5.3 TL7, AIX 6.1 TL9 and AIX 7.1 TL3.
>>>>>>>>
>>>>>>>> Basically, with settings that work for AIX and 32-bit - the only changes being
>>>>>>>> -maix32 becomes -maix64
>>>>>>>> and
>>>>>>>> export OBJECT_MODE=32 becomes export OBJECT_MODE=64
>>>>>>>>
>>>>>>>> Then to shorten the 'make' bla bla, first run just make, then
>>>>>>&...
2016 Jan 04
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...versions of AIX. I shall only add that I get the same results on AIX 5.3 TL7, AIX 6.1 TL9 and AIX 7.1 TL3.
>>>>>>>>>
>>>>>>>>> Basically, with settings that work for AIX and 32-bit - the only changes being
>>>>>>>>> -maix32 becomes -maix64
>>>>>>>>> and
>>>>>>>>> export OBJECT_MODE=32 becomes export OBJECT_MODE=64
>>>>>>>>>
>>>>>>>>> Then to shorten the 'make' bla bla, first run just make, then
>>...