Re: Re: Link error using g++ 3.3.1

2003-12-11 Thread Jean-Francois bonastre
Oups... I am sorry. Thanks JFB Have you verified that whatever you're linking has a main() function? If it does, please post some more useful information about what you're doing, such as the command-line used for the link, a more exact description of what you expect it to do, etc. An undefined ref

Re: Link error using g++ 3.3.1

2003-12-11 Thread Ronald Landheer-Cieslak
On Thu, Dec 11, 2003 at 12:40:52PM +0100, Jean-Francois bonastre wrote: > I've just install (using cygwin setup) cygwin and g++ dev tool using the > latest web install on www.cygnus.com ^^-> s/nus/win/g ? > When I try to build an exec, I get a link error : > /usr/l

Link error using g++ 3.3.1

2003-12-11 Thread Jean-Francois bonastre
Hi, I've just install (using cygwin setup) cygwin and g++ dev tool using the latest web install on www.cygnus.com When I try to build an exec, I get a link error : /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../libcygwin.a(libcmain.o)(.text+0x7c): undefined reference to [EMAIL PROTECTED]' colle