Zitat von Vincent Snijders <[EMAIL PROTECTED]>:

> Paul Ishenin schreef:
> > Lord Satan wrote:
> >> Hi,
> >>
> >> trying to build lazarus I get this error on ubuntu 8.04 64-bit:
> >>
> > my fault. I uncommented use of 3 files which have external functions
> > which are not present in gtk exports. I will send a patch to the fpc
> > team to correct that.
> >
> > On the other hand - why fpc links to unused symbols?
>
> That is the default operation on linux.

Are you sure?

I can do without linking errors:

var c: integer; external name 'goal';

procedure Bla; cdecl; external name 'money';


> Maybe this can be fixed, if you smartlink
> the executable. On windows smartlinking is the default, so maybe that is why
> you have not noticed the issue your self, Paul.


Mattias

_______________________________________________
Lazarus mailing list
[email protected]
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to