search for: gmake

Displaying 20 results from an estimated 1102 matches for "gmake".

Did you mean: make
2002 Nov 21
1
[LLVMdev] top of tree build failures
See attached build (gmake -k) log. -- gaeke at uiuc.edu -------------- next part -------------- gmake[1]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/utils/Burg' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/utils/Burg' gmake[1]: Entering dir...
2002 Nov 11
1
[LLVMdev] top of tree broken?
Hello hackers, I seem to be having some trouble compiling the top of the llvm CVS tree... Is someone working on something involving IPModRef.cpp and the data structure graph? I have attached a make -k log. -Brian -- gaeke at uiuc.edu -------------- next part -------------- gmake[1]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/utils/Burg' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/utils/Burg' gmake[1]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib' gmake[2]: Entering directo...
2007 Jan 31
1
Problems installing R-2.4.1 on Solaris 11 x-86 from source: error in "gmake" after successful "configure"
Dear friends, I am trying to install R-2.4.1 from source on Solaris 11 x-86. 64 bits, running on Sun Ultra-20 workstation, and using the SunStudio 11 compilers. I was able to "configure" R correctly, but received an error in "gmake", aparently related to bzip2 which I have been unable to debug. The messages are listed below. The configure.log and configure.status files are attached. Any help would be sincerely appreciated. Octavio Tourinho ============================================= R is now configured for i386-pc-...
2006 Nov 08
1
Building Problem
Hi, I'ma having some troubles installing R under Unix. As it is written in the "how to install R" the ./configure passed on but when I type make I recieve this error message : gmake[1]: Entering directory `/usr/local/R_HOME/R-2.4.0/m4' gmake[1]: Nothing to be done for `R'. gmake[1]: Leaving directory `/usr/local/R_HOME/R-2.4.0/m4' gmake[1]: Entering directory `/usr/local/R_HOME/R-2.4.0/tools' gmake[1]: Nothing to be done for `R'. gmake[1]: Leaving directory...
1999 Jul 28
1
problem to install R-0.64.2 on mips-sgi-irix6.4
...---- R is now configured for mips-sgi-irix6.4 Source directory: . Installation directory: /usr/local C compiler: gcc -g -prototypes FORTRAN compiler: g77 -O2 Gnome support: no Then I tried unsuccessfully the make command, so I switched to the gmake command, which replied me the following lines. May be the problem is not really one for some people... but, well, I need help... Laurent Gautier ---------------------------------------------------------- > gmake gmake[1]: Entering directory `/home/gautier/RHome/R-0.64.2/afm' gmake[1]:...
2012 Oct 26
1
[LLVMdev] llvm-config is broken ?
thanks for the reply ..I tried building it from outside ...but got a similar error .. # ls /llvm/src ==> src directory llvm-3.1.src # pwd /llvm/build ==> build directory #gmake libs-only ... ... gmake[2]: Leaving directory `/llvm/build/lib/DebugInfo' gmake[1]: Leaving directory `/llvm/build/lib' gmake[1]: Entering directory `/llvm/build/tools/llvm-config' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/llvm/build/tools/llvm-config...
2001 Jan 31
2
Problem installing R
Hello, my name is Maksim Oks and I''ve tried to install R on my machine. It runs UNIX (sun-solaris 2.7). I''ve got the UNIX version of R of the CRAN website, unzipped and untared it and then followed the instructions in the INSTALL file. I''ve set MAKE =gmake and then typed: ./configure gmake gmake check Then when I try to run R by typing R it says that the command is not found. Can anyone suggest what''s going on? I''m including some of the error messages that followed during the above 3 steps. Thanks, Max Some of the messages: af...
2008 Apr 07
0
R-2.6.2 Solaris 11 build, install, and check failures (PR#11093)
...ally, things weren't great using Solaris 9, but building and installing under Solaris 11 required some workarounds - the installation process seems to fail completely under Solaris 11. A plain "./configure" fails in pretty much the same way. Note: "make" is aliased to "gmake -j 4" to use all 4 cpus in this hardware. bash-3.2# uname -a SunOS apogee5 5.11 snv_85 sun4u sparc SUNW,Ultra-80 bash-3.2> ./configure --disable-fast-install --enable-threads=solaris --disable-rpath ...... bash-3.2> make ...... begin installing recommended package foreign * Installing...
2012 Apr 02
2
[LLVMdev] Build Error
I am getting a build error after doing a "make update" and then running "make clean all": gmake[4]: *** No rule to make target `/home/ryan/llvm/llvm_core/trunk/Release+Asserts/lib/ocaml/llvm.cmi', needed by `/home/ryan/llvm/llvm_core/trunk/bindings/ocaml/transforms/ipo/Release+Asserts/llvm_ipo.cmi'. Stop. gmake[4]: Leaving directory `/home/ryan/llvm/llvm_core/trunk/bindings/ocaml/tran...
2012 Oct 25
3
[LLVMdev] llvm-config is broken ?
I am trying to compile llvm in AIX 7.1 machine.. I was able to run "gmake libs-only" and it worked well. However, gmake failed with the following error .. # pwd /usr/llvm/llvm-3.1.src/tools #gmake gmake[2]: Leaving directory `/usr/llvm/llvm-3.1.src/tools/llvm-config' gmake[2]: Entering directory `/usr/llvm/llvm-3.1.src/tools/opt' gmake[2]: *** No rule to m...
2005 Jul 05
3
Asterisk addons install problem
Hi there: I have successfully installed the Asterisk 1.0.9 on my Freebsd 5.4 box. When I tend to install the addon for mysql CDR billing, It always return me the following errors: SIP# gmake clean rm -f *.so *.o .depend gmake -C format_mp3 clean gmake[1]: Entering directory `/usr/home/wilson/asterisk/asterisk-addons-1.0.9/format_mp3' rm -f *.o *.so *~ gmake[1]: Leaving directory `/usr/home/wilson/asterisk/asterisk-addons-1.0.9/format_mp3' SIP# gmake ./mkdep -fPIC -I../aste...
2010 Jun 10
3
[LLVMdev] clang build fails if done in the separate object directory
I did these steps: * checked out llvm trunk, and clang trunk * created symbolic link llvm/tools/clang * created separate folder: llvm-objects * run configure and gmake in llvm-objects It builds ok until it hits clang, at which point I get an this error: gmake[2]: Entering directory `/tmp/llvm-svn/llvm-objects/tools/clang' Makefile:44: Makefile.config: No such file or directory Makefile:127: /Makefile.rules: No such file or directory gmake[2]: *** No rule to...
2005 Jul 15
0
R on HP-UX
Have any successfully compiled R on HP-UX 11iv2? I was able to compile R 2.0.1 successfully but kept getting memory fault error when I ran the gmake check: gmake check gmake[1]: Entering directory `/opt/R-2.0.1/tests' gmake[2]: Entering directory `/opt/R-2.0.1/tests' gmake[3]: Entering directory `/opt/R-2.0.1/tests/Examples' gmake[4]: Entering directory `/opt/R-2.0.1/tests/Examples' gmake[4]: `Makedeps' is up to date. gmake[...
2008 Jun 16
2
[LLVMdev] LLVM on OpenBSD
...4.2. llvm[3]: Building ARM.td instruction selector implementation with tblgen assertion "getOperator()->isSubClassOf("SDNodeXForm") && "Unknown node type!"" failed: file "CodeGenDAGPatterns.cpp", line 932, function "ApplyTypeConstraints" gmake[3]: *** [/usr/ports/devel/llvm/w-llvm-2.3/llvm-2.3/lib/Target/ARM/Release/ARMGenDAGISel.inc.tmp] Abort trap (core dumped) gmake[3]: Leaving directory `/usr/ports/devel/llvm/w-llvm-2.3/llvm-2.3/lib/Target/ARM' gmake[2]: *** [ARM/.makeall] Error 2 gmake[2]: Leaving directory `/usr/ports/devel/llv...
2000 Mar 03
1
compiling R-1.0.0 on dec alpha (digital Unix 4.0)
...f77 -shared -o ts.so PPsum.o burg.o eureka.o filter.o pacf.o starma.o stl.o carray.o mburg.o myw.o qr.o -lUfor -lfor -lFutil -lm -lots -lm ld: Warning: Unresolved: R_alloc R_NaReal R_IsNA R_IsNaNorNA R_chk_calloc R_chk_free Rf_error vmaxget vmaxset dqrdc2_ dqrcf_ mkdir ../../../../library/ts/libs gmake[4]: Leaving directory `/home/ming/R-1.0.0/src/library/ts/src' gmake[3]: Leaving directory `/home/ming/R-1.0.0/src/library/ts' gmake[3]: Entering directory `/home/ming/R-1.0.0/src/library/profile' building system startup profile gmake[3]: Leaving directory `/home/ming/R-1.0.0/src/library...
2012 Apr 03
0
[LLVMdev] Build Error
...39;s not too uncommon for that to run into problems. In my experience, anyway. Regards, -Jim On Apr 2, 2012, at 12:25 PM, Ryan Taylor <ryta1203 at gmail.com> wrote: > I am getting a build error after doing a "make update" and then running "make clean all": > > gmake[4]: *** No rule to make target `/home/ryan/llvm/llvm_core/trunk/Release+Asserts/lib/ocaml/llvm.cmi', needed by `/home/ryan/llvm/llvm_core/trunk/bindings/ocaml/transforms/ipo/Release+Asserts/llvm_ipo.cmi'. Stop. > gmake[4]: Leaving directory `/home/ryan/llvm/llvm_core/trunk/bindings/ocam...
2012 Oct 25
0
[LLVMdev] llvm-config is broken ?
On Thu, Oct 25, 2012 at 01:24:23PM -0700, sunilsaggar wrote: > I am trying to compile llvm in AIX 7.1 machine.. > > I was able to run "gmake libs-only" and it worked well. However, gmake > failed with the following error .. > > # pwd > /usr/llvm/llvm-3.1.src/tools ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ seems you're building in the source tree? Please note that LLVM does NOT recommand/support in source tree build [1]....
1999 Jun 12
1
R does not compile if make is not gmake
Hi, if make and gmake are different on any machine (for example Solaris with gnu make as gmake), then compiling fails with gmake. A small transcript follows. If i make a link from gmake to make as under linux, then it works. This problem exists in all versions of R. g77 -O2 -fPIC -c sslvrg.f -o sslvrg.o g77 -O2 -fPIC...
2006 Nov 15
1
Building R (PR#9366)
Hello, =20 I get this error when I try to install R-2.4.0 on Solaris 10 =20 Any Assistance would be greatly appreciated =20 The ./configure thing passed but then on gmake I get : =20 Undefined first referenced symbol in file __builtin_isnan arithmetic.o ld: fatal: Symbol referencing errors. No output written to R.bin collect2: ld returned 1 exit status gmake[3]: *** [R.bin] Error 1 gmake[...
2004 Aug 13
1
[LLVMdev] tblgen: Assertion failed: "Buffer[Length-1] == '"'", file FileLexer.l, line 114
Hi LLVM'ers I got this error: ------------------------------- gmake[3]: Entering directory `/usr/local/src/llvm/lib/Target/X86' Building X86.td register information header with tblgen tblgen: Assertion failed: "Buffer[Length-1] == '"'", file FileLexer.l, line 114 gmake[3]: *** [X86GenRegisterInfo.h.inc] Abort trap (core dumped) gmake[3]:...