delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2010/09/16/16:29:10

X-Recipient: archive-cygwin AT delorie DOT com
X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE
X-Spam-Check-By: sourceware.org
Message-ID: <384318.87159.qm@web25506.mail.ukl.yahoo.com>
Date: Thu, 16 Sep 2010 20:28:55 +0000 (GMT)
From: Marco Atzeri <marco_atzeri AT yahoo DOT it>
Subject: R: Compiling with G++ and segment fault on vector declaration
To: cygwin AT cygwin DOT com, John Yoon <seatpost AT gmail DOT com>
In-Reply-To: <AANLkTinY3aRjy_BWZ80WWkUH+TzjVr=ZM2fzvOQZWfSP@mail.gmail.com>
MIME-Version: 1.0
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

--- Gio 16/9/10, John Yoon ha scritto:

> Hi there!
> I have set the links to the files I used below:
> http://dl.dropbox.com/u/1729951/cards.cpp
> http://dl.dropbox.com/u/1729951/cards.h
> http://dl.dropbox.com/u/1729951/hw8.cpp
>=20
> I run this on cygwin:
> $ g++ cards.h cards.cpp hw8.cpp
> cards.h:74: internal compiler error: Segmentation fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://cygwin.com/problems.html> for
> instructions.
>=20
> These files run fine on Ubuntu and LinuxMint
> Any idea what the problem could be?
> John

also on cygwin

$ g++ -c cards.cpp -o cards.o
$ g++ -c hw8.cpp -o hw8.o
$ g++  hw8.o cards.o -o cards

or
$ g++  hw8.cpp cards.cpp  -o cards

$ g++ --version
g++ (GCC) 4.3.4 20090804 (release) 1

Regards
Marco






--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019