bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gmake on Cray X1


From: Kate Hedstrom
Subject: gmake on Cray X1
Date: Tue, 3 May 2005 16:05:14 -0800
User-agent: Mutt/1.3.27i

I have managed to build gnu make on a Cray X1, but I ran into a couple
snags. Here's the first:

UNAME_MACHINE = crayx1
UNAME_RELEASE = 2.5.31
UNAME_SYSTEM  = UNICOS/mp
UNAME_VERSION = 03141142
configure: error: cannot guess build type; you must specify one


I managed to get configure to run with the --build=cray option.

The second problem was:

ld-284 ld: WARNING 
  File 'libcposix.a' cannot be found in any of the search directories.
ld-400 ld: WARNING 
  Unresolved symbol "bsdsignal" -- first referenced in commands.o.
ld-401 ld: ERROR 

The bsdsignal was coming from make.h:

#ifdef  CRAY
/* This must happen before #include <signal.h> so
   that the declaration therein is changed.  */
# define signal bsdsignal
#endif

Commenting out this chunk allowed the build to finish and create a
working make. Let me know if I missed anything you need.

Thanks,
Kate
-- 
Kate Hedström       Arctic Region Supercomputing Center
address@hidden       University of Alaska, Fairbanks
Phone: 907-450-8678




reply via email to

[Prev in Thread] Current Thread [Next in Thread]