[fpc-pascal] Linker speed
Graeme Geldenhuys
graemeg.lists at gmail.com
Fri Aug 24 11:23:26 CEST 2012
On 24 August 2012 10:11, Rainer Stratmann <RainerStratmann at t-online.de> wrote:
> Sometimes there is the message:
> /urs/bin/ld: warning: link.res contains output sections; did you forget -T?
The latest FPC under Linux now always produces this message. Search
the message archives... I asked this question before and somebody
explained what is causing it, but basically nothing really to worry
about. Though I must admit, I don't like such message either. :)
> Where can I see and/or configure if an internal or external linker is used?
> I assume it is an external linker because of the message (/urs/bin/ld ...).
Linux doesn't have an internal linker, so it that case it is always
external. Only FPC under Windows has an internal linker as far as I
know.
--
Regards,
- Graeme -
_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://fpgui.sourceforge.net
More information about the fpc-pascal
mailing list