Mattias Gaertner ha scritto:
On Mon, 05 Nov 2007 12:09:14 +0100
Antonio Talamini <[EMAIL PROTECTED]> wrote:

Does it compile in a simple project or does the bug only appear in the
IDE?

If you found a compiler bug:
Try another compiler version, for example the 2.1.x or 2.3.x.
Or change the source code (add some dummy variables/code).


Mattias
I did various tests compilation.

I tried to remove some parts from the file lsdialog.pas (this file is essential) but the error remains

Compiling lazarus.pp

Linking ../lazarus
../units/i386-linux/lsmovim.o: In function `LSMOVIM_init':
/home/antonio/artt/lazarus/lsmovim.pas:398: undefined reference to `RTTI_LSDIALOG_DEF54'
../units/i386-linux/lsmovimlist.o: In function `LSMOVIMLIST_init':
/home/antonio/artt/lazarus/lsmovimlist.pas:354: undefined reference to `RTTI_LSDIALOG_DEF54'
../units/i386-linux/lsmovline.o: In function `LSMOVLINE_init':
/home/antonio/artt/lazarus/lsmovline.pas:326: undefined reference to `RTTI_LSDIALOG_DEF54'
lazarus.pp(114,1) Error: Error while linking
lazarus.pp(114,1) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted

In the file link.res the only strange thing is (I never saw that)

ENTRY(_start)
SECTIONS
{
 PROVIDE (__executable_start = 0x010000); . = 0x010000 +0x100;
 .interp         : { *(.interp) }
 .hash           : { *(.hash) }
 .dynsym         : { *(.dynsym) }
 .dynstr         : { *(.dynstr) }
 .gnu.version    : { *(.gnu.version) }
 .gnu.version_d  : { *(.gnu.version_d) }
 .gnu.version_r  : { *(.gnu.version_r) }
 .rel.dyn        :
................................................

}

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to