similar to: Configuration Flags

Displaying 20 results from an estimated 9000 matches similar to: "Configuration Flags"

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
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
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
2025 May 18
1
package clash with 'rhino'
On 18/5/25 22:07, Greg Troxel wrote: > Eyal Lebedinsky <eyal at eyal.emu.id.au> writes: > >> I am upgrading to f42. >> >> I get this failure doing "dnf system-upgrade download --releasever=42" >> >> 2025-05-17T21:13:37+1000 CRITICAL Error: Transaction test error: >> file /usr/bin/rhino conflicts between attempted installs of
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
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
2010 Aug 23
4
building on RHEL 5/CentOS 5
RHEL5 has autoconf 2.59 and automake 1.9.6. I've managed to build the whole Xapian family by reducing the requirement to 2.59/1.9.6 in configure.ac. Omega requires docdir which can be added by hand in docs/Makefile.am: docdir = ${datadir}/doc/${PACKAGE} if !MAINTAINER_NO_DOCS dist_doc_DATA = $(RSTHTML) endif All I've done is get these packages compiled - I haven't tested in any
2008 Jan 02
1
[configure] docdir option lost
Hi, While building dovecot-1.0.10 i've a trouble with --docdir configure option. It seems this option overload is "lost" during makefiles recurse generation (i didn't check others overload). Following are config.log and Makefiles cuts : ------------------- $ grep docdir dovecot-1.0.10/config.log dovecot-1.0.10/Makefile dovecot-1.0.10/doc/Makefile dovecot-1.0.10/doc/wiki/Makefile
2009 Jul 01
9
v1.2.0 released
http://dovecot.org/releases/1.2/dovecot-1.2.0.tar.gz http://dovecot.org/releases/1.2/dovecot-1.2.0.tar.gz.sig As promised. No changes since v1.2.rc8 (except packaged in OS X, since CentOS 5 autotools didn't add support for configure --docdir). Below are the largest changes since v1.1: * When creating files or directories to mailboxes, Dovecot now uses the mailbox directory's
2009 Jul 01
9
v1.2.0 released
http://dovecot.org/releases/1.2/dovecot-1.2.0.tar.gz http://dovecot.org/releases/1.2/dovecot-1.2.0.tar.gz.sig As promised. No changes since v1.2.rc8 (except packaged in OS X, since CentOS 5 autotools didn't add support for configure --docdir). Below are the largest changes since v1.1: * When creating files or directories to mailboxes, Dovecot now uses the mailbox directory's
2025 May 18
1
package clash with 'rhino'
Eyal Lebedinsky <eyal at eyal.emu.id.au> writes: >> But seriously, it looks like you are running into a Fedora packaging >> issue, not a nut issue. I suggest you report this to Fedora. > > I raised it on the fedora users list and then created > https://bugzilla.redhat.com/show_bug.cgi?id=2267022 > and it seems to progress from there. Great! > I raised it on
2016 Mar 01
1
libvirt_driver_storage.so /usr/lib64/../lib64/libfl.so.2: undefined symbol: yylex
Hello List, I'm trying to get libvirt to work on slackware64-current (slackware64-14.2 beta) and while it compiles just fine, it refuses to run because of an undefined symbol: 2016-03-01 20:09:26.822+0000: 27849: error : virDriverLoadModule:73 : failed to load module /usr/lib64/libvirt/connection-driver/libvirt_driver_storage.so /usr/lib64/../lib64/libfl.so.2: undefined symbol: yylex
2009 Jun 18
0
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
I can configure it now. Thank You! --- On Wed, 6/17/09, Bill Wendling <isanbard at gmail.com> wrote: From: Bill Wendling <isanbard at gmail.com> Subject: Re: [LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11 To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> Date: Wednesday, June 17, 2009, 6:26 PM Hi Murat, This looks suspicious:  
2009 Sep 05
5
[tftpd PATCH 0/5] pidfile option and syslog fix
Hi, This is my current patch queue. The patches are independent, AFAIK, so feel free to cherry-pick or reject them independently. The bottom one was needed for a successful build here; the top one contains all the modifications you requested on IRC, and more. Meanwhile I hit one of the four stray TABs in tftpd.c, and decided to get rid of them. Comments welcome. --- Ferenc Wagner (5):
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...
2017 May 08
1
2.2 -git fails to compile as of Apr 28 2017
On 8 May 2017, at 17.14, Reuben Farrelly <reuben-dovecot at reub.net> wrote: > >>>>> On 28/04/2017 7:27 PM, Reuben Farrelly wrote: >>>>>> This has been broken for the last few days: >>>>>> >>>>>> libtool: link: ( cd ".libs" && rm -f "lib10_quota_plugin.la" && ln -s
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
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
2008 Dec 16
0
[LLVMdev] ICE while building llvm-gcc
On Dec 16, 2008, at 10:34 AM, Jeffrey Yasskin wrote: > I'm on OSX 10.5, trying to build a svn checkout of llvm-gcc. I've also > checked out llvm. Both are synced to r61075. hi Jeffrey, This patch should have fixed the problem: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20081215/071210.html Please update and try again, sorry for the breakage! -Chris