On dinsdag, juli 31, 2001, at 03:23 , Georgi Georgiev wrote: > program ld_test; > > function sys_call(str:pchar):longint; > external 'libc' name 'system'; > > begin > sys_call('ls'); > end. > > -------------------------------- Add a {$linklib c} at the top. Jonas