This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: slightly off topic: gnu make and VC++


On  8 Nov 97 at 9:36, Ulrich Lauther <Ulrich.Lauther@mchp.siemens.de> 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):
> 
> 

<snip><snip><snip><snip><snip><snip><snip><snip><snip><snip><snip><snip><snip>

> 
> ----------------------------------------------------------------------------
> Ulrich Lauther          ph: +49 89 636 48834 fx: ... 636 42284
> Siemens ZT SE 4         Internet: Ulrich.Lauther@mchp.siemens.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@geocities.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@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]