[fpc-devel] Getting fpc to work on Solaris (11)
    Ludo Brands 
    ludo.brands at free.fr
       
    Mon Jul 11 18:08:36 CEST 2011
    
    
  
> 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
 
    
    
More information about the fpc-devel
mailing list