Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-Id: <4.3.1.2.20020321170837.016bbdd0@pop.ma.ultranet.com> X-Sender: lhall AT pop DOT ma DOT ultranet DOT com X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Thu, 21 Mar 2002 17:12:56 -0500 To: "Gabriel Antonio Arcos Acosta" , From: "Larry Hall (RFK Partners, Inc)" Subject: Re: porting problem In-Reply-To: <002901c1d123$3c3ee560$0400000a@CANTV.NET> References: <4 DOT 3 DOT 1 DOT 2 DOT 20020321164132 DOT 026575c8 AT pop DOT ma DOT ultranet DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" OK, I understand your goal now. You're looking for porting help then. This list is for issues and questions regarding Cygwin. I'm not sure where I would direct you for porting help. But I can say that just because one compiler compiles the code you have doesn't mean the code is valid. I'd recommend you start by examining the code. However, I have to say that this is off-topic for this list unless you can show how using gcc in the Cygwin environment is the cause of the difficulties you're having. Good luck, Larry Hall lhall AT rfk DOT com RFK Partners, Inc. http://www.rfk.com 838 Washington Street (508) 893-9779 - RFK Office Holliston, MA 01746 (508) 893-9889 - FAX At 04:56 PM 3/21/2002, Gabriel Antonio Arcos Acosta wrote: >I never toll the gcc compiler was wrong, but there are diferences between >Delta/C++ compiler and gcc, but maybe someone knows any gcc options to avoid >this error? or maybe I can modify the source to get it compiled with gcc? do >you need I post the source here? > >----- Original Message ----- >From: "Larry Hall (RFK Partners, Inc)" >To: "Gabriel Antonio Arcos Acosta" ; > >Sent: Thursday, March 21, 2002 5:43 PM >Subject: Re: porting problem > > > > At 04:36 PM 3/21/2002, Gabriel Antonio Arcos Acosta wrote: > > >I'm trying to port a program that was originally designed on IRIX system > > >with Delta/C++ compiler over a SGI Indy box. When I try to compile one of > > >the source files this error appear: > > > > > >$ gcc -w -g -I/usr/X11R6/include Chandler.cc -c -o Chandler.o > > >Chandler.cc: In method `void Chandler::GenerarPuntos(Complejo &, char = >0, > > >char > > >= 1)': > > >Chandler.cc:59: initialization of non-const reference type `class >Complejo > > >&' > > >Chandler.cc:59: from rvalue of type `Complejo' > > >Lemniscata.h:130: in passing argument 1 of > > >`Lemniscata::FuncionCaracteristica(Co > > >mplejo &)' > > >Chandler.cc:100: initialization of non-const reference type `class >Complejo > > >&' > > >Chandler.cc:100: from rvalue of type `Complejo' > > >Lemniscata.h:130: in passing argument 1 of > > >`Lemniscata::FuncionCaracteristica(Co > > >mplejo &)' > > > > > >Can someone tell what this error means? > > > > > > Not obviously from the information provided, no. > > > > > > >I'm using the gcc compiler on Win98 > > >with cygwin. The source compile well on the Indy box. > > > > > > Do you mean to imply that somehow the compiler is wrong and your code > > is right? > > > > Who wants to bet this has nothing to do with Cygwin? > > > > > > > > Larry Hall lhall AT rfk DOT com > > RFK Partners, Inc. http://www.rfk.com > > 838 Washington Street (508) 893-9779 - RFK Office > > Holliston, MA 01746 (508) 893-9889 - FAX > > > > > > -- > > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > > Bug reporting: http://cygwin.com/bugs.html > > Documentation: http://cygwin.com/docs.html > > FAQ: http://cygwin.com/faq/ > > > > > > >-- >Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple >Bug reporting: http://cygwin.com/bugs.html >Documentation: http://cygwin.com/docs.html >FAQ: http://cygwin.com/faq/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/