similar to: [LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11

Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11"

2009 Jun 17
1
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
Hi, I am trying to install llvm 2.5 in my PowerPC machine. I have already installed XCode Tools 2.4.1. I can compile programs using gcc run them. I try to configure llvm 2.5, the configuration aborts with following message: checking build system type... powerpc-apple-darwin8.11.0 checking host system type... powerpc-apple-darwin8.11.0 checking target system type... powerpc-apple-darwin8.11.0
2007 Mar 19
1
Again...
Newbie trying to install wine in his Mac OSX, getting the old annoying message, home:~/Desktop/wine G3$ /Users/G3/Desktop/wine/tools/wineinstall WINE Installer v0.75 Running configure... configure: creating cache config.cache checking build system type... powerpc-apple-darwin8.7.0 checking host system type... powerpc-apple-darwin8.7.0 checking whether make sets $(MAKE)... no checking for gcc...
2006 Nov 27
1
MinGW problem - unable to compile - config.log
Hi there! I've downloaded the MinGW shell, installed it as descripted in intall.txt, and also the gcc-core-3.4.2-20040916-1 and installed it. Then I've tried running ./configure, but this is what the process returns: Giacomo@NOME-0C20A03AFA /C/tinc-1.0.5 $ ./configure checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for
2015 Feb 06
2
Fwd: Waiting for Reply regarding "TestCases Failure"
> Is that the complete output? Yes it is the complete output against "./runtest ./apitest --verbose topercent2"( after running make remove-cached-databases). I attached the snapshot of the output of commands but the size of the email got bigger than 40kb so i had to place the output as text. If I do not run "make remove-cached-databases" and run "./runtest ./apitest
2008 Jun 10
7
error compiling fc9 x64
when i run ./configure in fedora 9 64 bit i get this error checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking whether make sets $(MAKE)... yes checking for gcc... gcc -m32 checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. this is
2008 Oct 28
5
Wine does not compile on Fedora 9 x86_64
Hi, I downloaded wine source from winehq and installed all dependencies as per the wiki: http://wiki.winehq.org/WineOn64bit However when i run ./configure,its displays the following and exits: Code: $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = localhost.localdomain uname -m = x86_64 uname -r = 2.6.26.5-45.fc9.x86_64 uname -s = Linux uname -v = #1 SMP Sat Sep 20
2008 Sep 02
1
Unable to compile mod_jk on Centos 5.2 64-bit
Hi Friends, I am trying to compile mod_jk on Centos 5.2 64-bit but I am getting apxs not found. Whereas apxs is already there on the server type apxs apxs is /usr/sbin/apxs ./configure CFLAGS=' -arch x86_64 ' APXSLDFLAGS=' -arch x86_64 ' --with-apxs=/usr/sbin/apxs checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu
2009 Aug 30
3
experimental patch for libtheora1.1beta3
Good morning in the Lord Regarding the port of libtheora1.1beta3 for OpenBSD for amd64 and the problem I described at: http://lists.xiph.org/pipermail/theora/2009-August/002640.html Attached is a patch for libtheora/patches/patch-lib_x86_mmxencfrag_c I can play videos with it. ?Does it work for you? Best regards -- Dios, gracias por tu amor infinito.
2008 Jan 28
0
Package Installation produces "gcc fails sanity check" error when installing RODBC error
Dear Friends, I haven't used R very much, but am hoping to use it more. I recently installed it again on my Linux machine and began to install a few packages, which I figure I will need. I am also new to this forum. I hope I am posting it in the right place. I am trying to install a few packages in R and am receiving error messages. Since the error messages are different for each install
2009 Feb 21
1
Install failure (PR#13545)
Hello: Encountered a problem installing R on CentOS release 5.2 This is a 64bit OS I need to know if this will work on this server or do I need to change OS> Thanks Bob I downloaded the source ( R-2.8.1.tar.gz ) due to no release being available for CentOS. My ./configure --with-x=no --with-readline=no R_PAPERSIZE='letter' Failed: ./configure --with-x=no --with-readline=no
2013 May 27
2
Dovecot 2.2 build rpm on Centos6
Hi list, I tried to build rpm based on dovecot-2.2.2-2.fc20.src.rpm on Centos 6.4 rpmbuild --define 'rhel 64' -ba dovecot-2.2.spec I get this error: checking for C compiler default output file name... configure: error: in `/home/builder/rpmbuild/BUILD/dovecot-2.2.2': configure: error: C compiler cannot create executables See `config.log' for more details. (config.log
2010 Sep 03
1
TinycoreLinux Install
Trying to build xapian+omega on tinycorelinux. I followed the install guide and get pass configure/make/make install/omindex, but when I try to run omega "P=search term", I received the following message: # ./omega.cgi 'P=small' Content-Type: text/html; charset=utf-8 Illegal instruction # Attached is the config.log . Make check in omega-core/tests/ shows a lot of failed
2017 May 25
1
"@LIBICU_CFLAGS@: No such file or directory" during libtool command for lib-fts (cross compile)
Hello, I am a complete newbie to dovecot, but do have reasonable experience in compiling Unix/Linux software. I am currently trying to do a cross-compile of dovecot-2.29.1 to be used on my home office Thecus NAS (host: Thecus kernel 2.6.33 on 32-bit Intel Atom: "i686-nptl-linux-gnu"; my build machine has Ubuntu 16.04.2 LTS) "from ground up", i.e. I need to build and
2009 Dec 17
1
[PATCH] contrib/cygwin/Makefile: Install ssh-copy-id
Hi, could somebody with checkin rights please apply the below patch to the Cygwin postinstall Makefile? The patch adds two changes: - Install ssh-copy-id and ssh-copy-id.1 as well. - Gzip all man pages. Thanks in advance, Corinna Index: contrib/cygwin/Makefile =================================================================== RCS file: /cvs/openssh/contrib/cygwin/Makefile,v retrieving
2008 Dec 17
2
[LLVMdev] ICE while building llvm-gcc
Thanks for the quick answer! Syncing to r61112 got rid of the ICE, but I still get the following error: make "DESTDIR=" "RPATH_ENVVAR=DYLD_LIBRARY_PATH" "TARGET_SUBDIR=i686-apple-darwin9" "bindir=/Users/jyasskin/src/llvm-gcc-4.2/trunk/obj/../install/bin" "datadir=/Users/jyasskin/src/llvm-gcc-4.2/trunk/obj/../install/share"
2007 Jul 06
1
How to disable R's C stack checking
Hi all, I'm developing an application on Mac OS X Darwin which embeds R. However, the application always crashes due to the C stack checking. I know that R_CStackLimit can be set to -1 to disable the stack checking, but I don't know where to put the code "R_CStackLimit=-1". Please give some instructions. Thank you very much! Here is my compiler infomation: $g++ -v Using
2019 Mar 18
0
dovecot-openssl-common.c and [-Wincompatible-pointer-types]
Warnings from clang 7.0 when compiling dovecot-openssl-common.c from dovecot 2.3.5 with openssl 1.1.1a. This is dovecot's configuration: > config_options="--prefix=$prefix \ > --sysconfdir=$prefix/etc \ > --datarootdir=$prefix/share \ > --mandir=$man \ > --docdir=$doc \ > --with-docs \ > --with-ssl=openssl --with-ssldir=$prefix/etc \ >
2015 Feb 03
2
Fwd: Waiting for Reply regarding "TestCases Failure"
---------- Forwarded message ---------- From: Saad Ahmed <ch.saad.ahmed at gmail.com> Date: 3 February 2015 at 21:10 Subject: Waiting for Reply regarding "TestCases Failure" To: Xapian Development <xapian-devel at lists.xapian.org> I have been waiting for reply regarding any further steps to take. Following are the outputs of commands that you asked me to run. All these
2007 Sep 17
0
Problems with compiling rimage on macOS
hello, i want to install the rimage package (0.5-7) into my R (2.5.1). i installed the "i686-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367)" from the macOS cd and created symbolic links to gcc and g++. well if i try now to install the package in R the console says: g++ checking for C++ compiler default output... ** Removing '/Library/
2010 Apr 17
1
Sim Tower crashing Under Latest dev vers
PC: Dell Inspirion 1300 w/ 1.6GHZ Intel and 512MB ram configuration OS: Lucid Lynx Xubuntu Beta 2 fully Updated like listed Installer fails to exit after install however when ran, "winevdm.exe" crashes and this is seen in terminal cael at cael-laptop:~/.wine/drive_c/SIMTOWER$ wine simtower fixme:winmm:MMSYSTDRV_SetHandle Already has a thunk for this handle (nil)!!! wine: Unhandled page