Re: g++ libcygwin.a has an undefined reference

2004-05-18 Thread Jani tiainen
class tryit and call instance method main before it really works. Regards Christian Rudiger Al Slater wrote: Try putting a main function in the program! Regards Al -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Rudiger Sent: 18 May 2004

Re: g++ libcygwin.a has an undefined reference

2004-05-18 Thread Larry Hall
ater wrote: > >>Try putting a main function in the program! >>Regards >>Al >> >>>-Original Message- >>>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Rudiger >>>Sent: 18 May 2004 11:09 >>>To: [EMAIL PROT

[OT] Re: g++ libcygwin.a has an undefined reference

2004-05-18 Thread chris jefferson
Christian Rudiger wrote: Hello Al, thank you, it worked. i putted one at the end of the program just writing : }; // end of class int main(){} why does that work? I think thats strange. Regards Christian Rudiger I thought I would post this to the list, because it's nice to have complete dicussion

Re: g++ libcygwin.a has an undefined reference

2004-05-18 Thread Christian Rudiger
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Rudiger Sent: 18 May 2004 11:09 To: [EMAIL PROTECTED] Subject: g++ libcygwin.a has an undefined reference Hello there, i think the following problem has to do with cygwin, cause libcygwin.a has an undefined reference. I get the error

RE: g++ libcygwin.a has an undefined reference

2004-05-18 Thread Al Slater
Try putting a main function in the program! Regards Al > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Christian Rudiger > Sent: 18 May 2004 11:09 > To: [EMAIL PROTECTED] > Subject: g++ libcygwin.a has an undefined reference &

g++ libcygwin.a has an undefined reference

2004-05-18 Thread Christian Rudiger
Hello there, i think the following problem has to do with cygwin, cause libcygwin.a has an undefined reference. I get the error message when compiling my little testprogram. The Programm and complete compiler messages follow: * // readin