public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "sjoerd-gcc at linuxonly dot nl" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/29948] G++ OOM's when compiling kmail
Date: Wed, 22 Nov 2006 22:27:00 -0000	[thread overview]
Message-ID: <20061122222736.28912.qmail@sourceware.org> (raw)
In-Reply-To: <bug-29948-13607@http.gcc.gnu.org/bugzilla/>



------- Comment #2 from sjoerd-gcc at linuxonly dot nl  2006-11-22 22:27 -------
Command line:
g++ -save-temps -DHAVE_CONFIG_H -I.
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./kmail -I..
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./libkmime
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./libkpgp
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./libkdenetwork
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./libkdepim
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./libkpimidentities
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./libemailfunctions
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./libksieve
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./mimelib
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./certmanager/lib
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./certmanager/lib/ui
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./indexlib
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/.
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./libkdepim -I/usr/include/kde
-I/usr/share/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long
-Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -Wall -O2
-Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c
libkmailprivate_la.all_cpp.cpp  -fPIC -DPIC -o
.libs/libkmailprivate_la.all_cpp.o

Which originates from a libtool command:
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./kmail -I..
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./libkmime
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./libkpgp
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./libkdenetwork
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./libkdepim
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./libkpimidentities
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./libemailfunctions
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./libksieve
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./mimelib
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./certmanager/lib
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./certmanager/lib/ui
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./indexlib
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/. 
-I/home/sjoerd0/dev/dist/bla/kdepim-3.5.5.dfsg.1/./libkdepim -I/usr/include/kde
-I/usr/share/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT 
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2
-g -Wall -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o
libkmailprivate_la.all_cpp.lo libkmailprivate_la.all_cpp.cpp


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29948


  parent reply	other threads:[~2006-11-22 22:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-22 22:20 [Bug c++/29948] New: " sjoerd-gcc at linuxonly dot nl
2006-11-22 22:24 ` [Bug c++/29948] " pinskia at gcc dot gnu dot org
2006-11-22 22:27 ` sjoerd-gcc at linuxonly dot nl [this message]
2007-01-29 21:59 ` n dot escuder at intra-links dot com
2007-02-05 21:12 ` sliedes at cc dot hut dot fi
     [not found] <bug-29948-4@http.gcc.gnu.org/bugzilla/>
2011-10-22 11:50 ` manu at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061122222736.28912.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).