Re: [Gambas-user] Gambas2 Gambas3 Compilation

2011-12-16 Thread Caveat
This is usually managed by links. So for example, looking for libz.so... $ sudo find / -name libz.so [sudo] password: /usr/lib/libz.so $ ls -l /usr/lib/libz.so lrwxrwxrwx 1 root root 20 2011-04-15 16:32 /usr/lib/libz.so -> /lib/libz.so.1.2.3.4 The 'file' libz.so in /usr/lib is just a pointer t

[Gambas-user] Gambas2 Gambas3 Compilation

2011-12-16 Thread Randy Millner
Trying to help the 64bit distro of PcLinuxOS by compiling first Gambas2 and then Gambas3 When making sure I have all components first per the Gambas documentation, it seems most components exist, but with numbers appended to the filename For Example: [ee@localhost ~]$ locate libmysqlclient.so /u