Displaying 2 results from an estimated 2 matches for "ldaix4".
2003 May 01
1
ldAIX4 does not generate Rlapack.exp (PR#2893)
Full_Name: Richard L. Grubb
Version: 1.7.0
OS: AIX 4.3.3
Submission from: (NULL) (130.76.96.17)
src/modules/lapack/Makefile executes the tools/ldAIX4 script and supplies,
as arguments to ldAIX4, several object file names with filename extensions of
.lo.
The ldAIX4 script did not generate the file etc/Rlapack.exp until I changed
ldAIX4
as follows:
Original context:
# Check for object or archive files
ofiles=""
for arg; do
case $arg...
2001 Jun 07
1
AIX & R-devel
The AIX build of the development version isn't quite working due to a
problem in the automatic symbol extraction process.
Compilation of R itself goes fine, but then in the script tools/ldAIX4
doesn't extract the symbols from arithmetic.o. This is because
bash-2.01$ nm arithmetic.o
nm: arithmetic.o: 0654-206 Cannot process the symbol table.
As a result, R_finite is not exported and the vfonts module cannot be
built. If the necessary symbols are added by hand to etc/R.exp then...