|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
D - Strange bug
Hi,
I've got a really strange bug. I have two modules, bug and bug2, bug2
depends on bug. When I run the compiler I've got an error message.
Nov 19 2002
Try compiling bug and bug2 separately, then link them together. Nov 19 2002
When they're compiled separated it works. The problem is on compiling them together. "Walter" <walter digitalmars.com> escreveu na mensagem news:are7ui$1e9t$1 digitaldaemon.com...Try compiling bug and bug2 separately, then link them together. Nov 19 2002
That's what I suspected. Anyhow, until I fix it, at least there's a workaround! "Daniel Yokomiso" <daniel_yokomiso yahoo.com.br> wrote in message news:areaor$1hsm$1 digitaldaemon.com...When they're compiled separated it works. The problem is on compiling them together. "Walter" <walter digitalmars.com> escreveu na mensagem news:are7ui$1e9t$1 digitaldaemon.com...Try compiling bug and bug2 separately, then link them together. Nov 19 2002
|