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.<br><br>art<br><br><span style="font-family: courier;">int > main(void)</span><br style="font-family: courier;"><span > style="font-family: courier;">{</span><br style="font-family: > courier;"><span style="font-family: courier;"> int * p;</span><br > style="font-family: courier;"><span style="font-family: courier;"> > int * q = new int;</span><br style="font-family: courier;"><br > style="font-family: courier;"><span style="font-family: courier;"> p > = new int;</span><br style="font-family: courier;"><br style="font-family: > courier;"><span style="font-family: courier;"> return 3;</span><br > style="font-family: courier;"><span style="font-family: > courier;"> </span><br style="font-family: courier;"><span > style="font-family: courier;">}</span><br 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/