@ BigChimp
Now I'd suggest some virtual machines instead
Of course i use magic VirtualBox. But i work on a little Acer One without Virtualizer CPU and so the boot of system in VirtualBox is very, very slow.
But it works and now with the new release of VirtualBoX_Host add in, i can use the USB slot for USB HD sharing (more easy coz using sharing folders is difficult to install for some systems).
But VirtualBox is perfect to test programs.
@ Dibo
With your tip to install 32 bits lib, i do not even need to use VirtualBox Linux 32, my Ubuntu 64 bits can run 32 bit application.
Many thanks.
I have got a little problem with Code Typhon.
In tab
Libraries, a panel shows me lots of (libxxx.so NOT found !!!)
I have take a look at
fpc.cfg and i change the path of 64 bits libraries, according with my system:
In the original
fpc.cfg it was :
-Fl/usr/lib/gcc/x86_64-linux-gnu/4.2.3
But that folder does not exist in my system !
I change then with the reality of my system:
# searchpath for libraries
#ifdef cpux86_64
-Fl/usr/lib/x86_64-linux-gnu
#endif
But when i reload CodeTyphon, i have still the message of
NOT found libraries.
I have checked if the links of
libxxx.so where present and they are...
By the way, when compiling and cross-compiling, no problem, everything works perfectly (it is why i do not understand the warning missing libraries).
And, one more time, thanks for that revolution
