X-Spam-Check-By: sourceware.org From: "Dave Korn" To: Subject: RE: gcc 3.4.4-x (WinXP Win2K) failure to link for 'new' Date: Tue, 19 Dec 2006 15:50:12 -0000 Message-ID: <03e101c72385$5ea3e3d0$a501a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <552032.9401.qm@web84006.mail.mud.yahoo.com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 19 December 2006 15:40, Arthur Schwarz wrote: > I just downloaded gcc-3.4.4-03 on my WinXP and have the previous version of > gcc-3.4.4 on my Win2K computer. In both machines the following code fails to > link. > help.

art

int > main(void)
style="font-family: courier;">{
  int * p;
style="font-family: courier;">  > int * q = new int;

style="font-family: courier;">  p > = new int;

  return 3;
style="font-family: courier;">   
style="font-family: courier;">}
I'm not surprised with all that HTML in it! cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/