> Application name is test. (It's a hello world) > > /usr/bin/gld -s -L. -o test link.res > result: > /usr/bin/gld:built in linker script:21: syntax error >
If you add --verbose it'll print out the internal ld script. See what line 21 corresponds with. > When I use this: (-T, not -st) > /usr/bin/gld -s -L. -o test -T link.res OK. I was thinking of the fpc option. Ludo _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
