[fpc-devel] Future of FPCUP tool

Marco van de Voort marcov at stack.nl
Thu Jul 30 10:58:56 CEST 2015


In our previous episode, Paul Breneman said:
> 
> I got a new file (fpcup1) today using the "-O outputfilename" on the 
> wget like Ewald suggested.  They both fail to run.
> 
> ls -l fpcup*
> -rwxr--r-- 1 test test 875240 Jul 28 20:41 fpcup
> -rwxr-xr-x 1 test test 875240 Jul 29 10:22 fpcup1
> 
> ldd ./fpcup
> linux-gate.so.1
> libpthread.so.0 => /lib/...
> libdl.so.2 => /lib/...
> libc.so.6 => /lib/...
> /usr/lib/ld-linux.so.2 => /lib/...

Seems all libs are found.
 
> file: command not found

(was to check that it really was a 32-bit binary)
 
> uname -a
> Linux debian 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt9-3~deb8u1 
> (2015-04-24) i686 GNU/Linux

Was to check the kernel (32-bit or 64-bit) -> 32-bit.

So the major checks seem to work out, so must be some detail thing.




More information about the fpc-devel mailing list