<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>and then wouldn't you know...the end of gdb building looks like:<BR>
 <BR>
Info: resolving _LINES by linking to __imp__LINES (auto-import)<BR>Info: resolving _COLS by linking to __imp__COLS (auto-import)<BR>Info: resolving _stdscr by linking to __imp__stdscr (auto-import)<BR>Info: resolving _curscr by linking to __imp__curscr (auto-import)<BR>make[3]: Entering directory `/cygdrive/c/dev2/cm3.2/m3-sys/m3gdb/NT386GNU/gdb'<BR>make[4]: Entering directory `/cygdrive/c/dev2/cm3.2/m3-sys/m3gdb/NT386GNU/gdb/do<BR>c'<BR>make[4]: Nothing to be done for `all'.<BR>make[4]: Leaving directory `/cygdrive/c/dev2/cm3.2/m3-sys/m3gdb/NT386GNU/gdb/doc<BR>'<BR>make[3]: Leaving directory `/cygdrive/c/dev2/cm3.2/m3-sys/m3gdb/NT386GNU/gdb'<BR>make[2]: Leaving directory `/cygdrive/c/dev2/cm3.2/m3-sys/m3gdb/NT386GNU/gdb'<BR>make[1]: Leaving directory `/cygdrive/c/dev2/cm3.2/m3-sys/m3gdb/NT386GNU'<BR>make[1]: Entering directory `/cygdrive/c/dev2/cm3.2/m3-sys/m3gdb/NT386GNU'<BR>make[1]: Nothing to be done for `all-target'.<BR>make[1]: Leaving directory `/cygdrive/c/dev2/cm3.2/m3-sys/m3gdb/NT386GNU'<BR>
Fatal Error: unable to copy "gdb/gdb" to "m3gdb": ErrorCode=2: The system cannot<BR> find the file specified.<BR>
###################### LINK_FILE: ##################<BR><BR><BR>
But I don't see any errros before that...I think I'm just forgetting to append .exe.<BR>
 <BR>
 - Jay<BR>
 <BR>

<HR id=EC_stopSpelling>
<BR>
From: jayk123@hotmail.com<BR>So for imported data, the compiler must generated a read and dereference of the pointer __imp__<FONT face="">Foo for accesses to Foo, if Foo is to be imported.</FONT><BR>Data imports may be faster when appropriate, but for this reason, I'd say they aren't worth it.<BR>And for this reason, I HOPE Modula-3 never imports/exports data.<BR> <BR>Oh, you could, for data, always reference the pointer __imp_Foo, and if non materializes, create one.<BR>However that would suck perf in order to make an uncommon case work.<BR>I hope Modula-3 doesn't do that either. :)<BR>Though I guess since this global data in question...maybe it is rare???<BR> <BR>Later,<BR> - Jay<BR><BR><br /><hr />Shed those extra pounds with MSN and The Biggest Loser!! <a href='http://biggestloser.msn.com/' target='_new'>Learn more.</a></body>
</html>