Operating System - HP-UX
1748163 Members
3792 Online
108758 Solutions
New Discussion

Re: Install R on HP-UX ia64

 
Hong Zhou
Occasional Advisor

Install R on HP-UX ia64

Hi,

 

Did anyone installed R on HP-UX ia64 server successfully? When I tried to compile its source code, got this error message:

 

3502 Lines Compiled
Make: Don't know how to make #.  Stop.
*** Error exit code 1

 

Any input is greatly appreciated!

Thanks,

Hong

New Admin to HP-UX 11.0 admin
4 REPLIES 4
Dennis Handly
Acclaimed Contributor

Re: Install R on HP-UX ia64

Errors like this in open source code may be due to not using GNU make.

Steven E. Protter
Exalted Contributor

Re: Install R on HP-UX ia64

Shalom,

It would be helpful to see command lines uses and complete error messages.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Hong Zhou
Occasional Advisor

Re: Install R on HP-UX ia64

Hi, Steven,

 

Here are two log files, they are very long though. Please see attached.

 the command line are: (1)  #./configure --with-readline=no

(2) #make

 

Thanks a lot!

New Admin to HP-UX 11.0 admin
Dennis Handly
Acclaimed Contributor

Re: Install R on HP-UX ia64

The last line before the error:

   ar cr liblzma.a ...

   ranlib liblzma.a


Where is this in your makefiles?

You seem to have lots of macros with the value "#".

Do you have makefile rules that start with "@" to suppress printing?  These are the kiss of death in debugging makefiles.  (Unless they are in front of a shell echo.)