November 07, 2005
Hi all,

  What is missing here?

<snip>
import std.c.linux.linux;

int main( ){
  return 0;
}
<snip>

gdc test.d
/tmp/ccS0Tidq.o:(.data+0x30): undefined reference to `_ModuleInfo_3std1c5linux5linux'
collect2: ld gab 1 als Ende-Status zurück

Do I have to specify some flag to the compiler? If so, which one?

Thanks,
Tiago

-- 
Tiago Gasiba (M.Sc.) - http://www.gasiba.de
Everything should be made as simple as possible, but not simpler.