Displaying 5 results from an estimated 5 matches for "macro_revision".
2009 Jun 05
2
need help with libtool/aclocal error
...ath/to/R/bin/libtool --version
ltmain.sh (GNU libtool) 2.2
Written by Gordon Matzigkeit <gord at gnu.ai.mit.edu>, 1996
<FSF disclaimer>
Strangely enough, this same libtool script has the following lines in
its source code:
# Which release of libtool.m4 was used?
macro_version=2.2.6
macro_revision=1.3012
I don't know what to make of this.
Be that as it may, does anyone know how I could get past this sticking point?
TIA!
G.
P.S. I should point out that the R I'm using is one that I just
compiled so that I could run R under valgrind. Here's the ./configure
command I used be...
2015 Oct 15
0
Building R for AIX in 64-bit mode
...ite old. The one I have on my
> system is 2.4.6, and what I see in R says:
R-devel has 2.4.6 .
> I am hoping a new libtool will clean up most of the manual work now needed.
But libtool is hardly used in building R.
> # Which release of libtool.m4 was used?
> macro_version=2.2.6
> macro_revision=1.3012
>
> This may be all that is needed to cleanup what I am doing manually.
>
> working with gcc I have done the following for 64-bit building
>
> export OBJECT_MODE=64
> export CFLAGS="-maix64 -O2"
> export FFLAGS="-maix64 -O2"
See the manual: flags...
2015 Oct 15
3
Building R for AIX in 64-bit mode
...ose to packaging R for AIX in
64.bit mode.
One comment - the libtool.m4 I see used is quite old. The one I have on my
system is 2.4.6, and what I see in R says:
I am hoping a new libtool will clean up most of the manual work now needed.
# Which release of libtool.m4 was used?
macro_version=2.2.6
macro_revision=1.3012
This may be all that is needed to cleanup what I am doing manually.
working with gcc I have done the following for 64-bit building
export OBJECT_MODE=64
export CFLAGS="-maix64 -O2"
export FFLAGS="-maix64 -O2"
export LDFLAGS="-lpthread"
Note - it does not loo...
2015 Oct 18
2
Building R for AIX in 32-bit mode - as preparation for building in 64-bit mode (changed subject!) - INFO/FEEDBACK - do not read as a bug report!
...and what I see in R says:
>
> R-devel has 2.4.6 .
>
>> I am hoping a new libtool will clean up most of the manual work now
>> needed.
>
> But libtool is hardly used in building R.
>
>> # Which release of libtool.m4 was used?
>> macro_version=2.2.6
>> macro_revision=1.3012
>>
>> This may be all that is needed to cleanup what I am doing manually.
>>
>> working with gcc I have done the following for 64-bit building
>>
>> export OBJECT_MODE=64
>> export CFLAGS="-maix64 -O2"
>> export FFLAGS="-maix64 -...
2015 Oct 24
0
Building R for AIX in 32-bit mode - as preparation for building in 64-bit mode (changed subject!) - INFO/FEEDBACK - do not read as a bug report!
...has 2.4.6 .
>>
>>> I am hoping a new libtool will clean up most of the manual work now
>>> needed.
>>
>>
>> But libtool is hardly used in building R.
>>
>>> # Which release of libtool.m4 was used?
>>> macro_version=2.2.6
>>> macro_revision=1.3012
>>>
>>> This may be all that is needed to cleanup what I am doing manually.
>>>
>>> working with gcc I have done the following for 64-bit building
>>>
>>> export OBJECT_MODE=64
>>> export CFLAGS="-maix64 -O2"
>>&g...