From: hfernandes AT geocities DOT com (Fernandes, Hilton) Subject: Re: slightly off topic: gnu make and VC++ 10 Nov 1997 00:02:40 -0800 Message-ID: <199711100736.XAA21872.cygnus.gnu-win32@geocities.com> References: <199711080836 DOT JAA08202 AT fubini DOT mchp DOT siemens DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT To: Ulrich Lauther , gnu-win32 AT cygnus DOT com Cc: "Fernandes, Hilton" On 8 Nov 97 at 9:36, Ulrich Lauther wrote: > Unnerved by VC++'s gui, I tried to convert a generated *.mak file > to gnu make's syntax and to run make. This seems to work for generating > objects, but in the link stage I get an anresolved extern "operator new()". > link.exe seems to use some hidden libs, but I can't find out which ones. > Can anybody help? Here is the link command and the error message (newlines > inserted for readability): > > > > ---------------------------------------------------------------------------- > Ulrich Lauther ph: +49 89 636 48834 fx: ... 636 42284 > Siemens ZT SE 4 Internet: Ulrich DOT Lauther AT mchp DOT siemens DOT de Hi, Ulrich! MSVC has a very peculiar syntax, that i'm not familiar with. You may be instructing it to use a particular version of new(). No matter how uncomfortable, the VC GUI usually generates every option correctly. So i guess an idea is to generate via GUI a simpler project, that uses the same libs. Then, try to compare its command line switches with yours. I hope that can help you. Regards, ++Hilton ---- Hilton Fernandes hfernandes AT geocities DOT com http://www.geocities.com/SiliconValley/Lakes/5657 URLs and help on C++ programming and Object-Oriented Design - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".