[Users] Problems with the Intel compiler on Mac
Erik Schnetter
schnetter at cct.lsu.edu
Fri May 16 17:13:37 CDT 2008
Maria,
this error indicates that make does not know how to compile a C
programme. Is there anything else happening out of the ordinary? For
example, does make abort for some reason, and you restart it, and it
continues a bit further? Are there other errors or warnings which
appear?
Can you build with the option SILENT=no? That is, you create a new
configuration, and then call make with
make <configuration-name> SILENT=no
And please send us more of the screen output. So far you have only
shown us part of the output; you may be accidentally hiding part of
the error message, or some information that may point us to the proble.
-erik
On May 14, 2008, at 16:12:56, Babiuc-Hamilton, Maria wrote:
> Hello,
>
> The same problem [No rule to make target `ScalarBoundary.c.o',
> needed by `make.checked'] appears at the compilation of the wavetoy,
> when I am using the Intel compilers for mac.
> The config screen output is:
> ________________________________________________________________________
> Cactus - version: 4.0.b16
> Reconfiguring wavetoy.
> Adding configuration options from user defaults...
> Setting CC to 'icc'
> Setting CXX to 'icpc'
> Setting F77 to 'ifort'
> Setting F90 to 'ifort'
> Setting FPPFLAGS to '-traditional'
> End of options from user defaults.
> creating cache ./config.cache
> checking host system type... i386-apple-darwin8.11.1
> checking whether make sets ${MAKE}... yes
> checking whether the C compiler (icc ) works... yes
> checking whether the C compiler (icc ) is a cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether the C++ compiler (icpc ) works... yes
> checking whether the C++ compiler (icpc ) is a cross-compiler... no
> checking whether we are using GNU C++... yes
> checking for ranlib... ranlib
> checking for cpp... /usr/bin/cpp
> checking for cpp... /usr/bin/cpp
> checking for perl... perl
> checking for ar... ar
> checking for mkdir... mkdir
> checking for bash... /bin/sh
> checking how to run the C preprocessor... /usr/bin/cpp
> checking for ANSI C header files... yes
> checking whether byte ordering is bigendian... no
> checking size of long long... 8
> checking size of long int... 4
> checking size of int... 4
> checking size of short int... 2
> checking size of long double... 16
> checking size of double... 8
> checking size of float... 4
> checking size of char *... 4
> checking for the null device... /dev/null
> checking for gethostbyname... yes
> checking whether mode_t is defined... yes
> checking for availability of gettimeofday timing... yes
> checking if gettimeofday needs timezone... yes
> checking for availability of getrusage timing... yes
> checking for availability of _ftime timing... no
> checking for time.h... yes
> checking for sys/time.h... yes
> checking for sys/types.h... yes
> checking for unistd.h... yes
> checking for string.h... yes
> checking for assert.h... yes
> checking for tgmath.h... yes
> checking for sys/stat.h... yes
> checking for getopt.h... yes
> checking for dirent.h... yes
> checking for c_asm.h... no
> checking for intrinsics.h... no
> checking for mach/mach_time.h... yes
> checking for regex.h... yes
> checking for sys/filio.h... yes
> checking for sys/ioctl.h... yes
> checking for sys/socket.h... yes
> checking for netinet/in.h... yes
> checking for netdb.h... yes
> checking for arpa/inet.h... yes
> checking for winsock2.h... no
> checking for crypt.h... no
> checking for signal.h... yes
> checking for malloc.h... no
> checking whether time.h and sys/time.h may both be included... yes
> checking whether socklen_t is defined... yes
> checking whether SOCKET is defined... no
> checking for hrtime_t... no
> checking for gethrtime... no
> checking for read_real_time... no
> checking for time_base_to_time... no
> checking for clock_gettime... no
> checking for mach_absolute_time... yes
> checking for _rtc intrinsic... no
> checking for mallinfo... no
> checking for mallopt... no
> checking whether M_MMAP_THRESHOLD is defined... no
> checking if __int64 is defined... yes
> checking for vector... yes
> checking for vector.h... yes
> checking for getopt_long_only... yes
> checking for working const... yes
> checking for C inline... inline
> checking for C restrict... __restrict__
> checking for C++ restrict... __restrict__
> checking for C bool... no
> checking for CXX bool... yes
> checking for Fortran REAL*4... yes
> checking for Fortran REAL*8... yes
> checking for Fortran REAL*16... yes
> checking for Fortran COMPLEX*8... yes
> checking for Fortran COMPLEX*16... yes
> checking for Fortran COMPLEX*32... yes
> checking for crypt... yes
> checking for finite... yes
> checking for isnan... yes
> ^[[Bchecking for isinf... yes
> checking for mkstemp... yes
> checking for va_copy... yes
> creating cctk_Archdefs.h
> creating make.arch.defn
> creating cctk_Extradefs.h
> creating make.extra.defn
> cctk_Archdefs.h is unchanged
> make.arch.defn is unchanged
> cctk_Extradefs.h is unchanged
> make.extra.defn is unchanged
> updating cache ./config.cache
> creating ./config.status
> creating make.config.defn
> creating make.config.deps
> creating make.config.rules
> creating cctk_Config.h
> Determining number of fortran underscores...
> Compiling test file with ifort -align -w95 ...
> Lowercase - One trailing underscore
> Compiling test file with ifort -align -w95 ...
> Lowercase - One trailing underscore
>
> _______________________________________________
> Users mailing list
> Users at cactuscode.org
> http://www.cactuscode.org/mailman/listinfo/users
>
--
Erik Schnetter <schnetter at cct.lsu.edu> http://www.cct.lsu.edu/~eschnett/
My email is as private as my paper mail. I therefore support encrypting
and signing email messages. Get my PGP key from www.keyserver.net.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 194 bytes
Desc: This is a digitally signed message part
Url : http://www.cactuscode.org/pipermail/users/attachments/20080516/95285eca/attachment.bin
More information about the Users
mailing list