[Gambas-user] Illegal instruction when calling a C

Benoît Minisini gambas at ...1...
Thu Nov 12 00:05:28 CET 2015


Le 11/11/2015 23:33, martin p cristia a écrit :
> After removing 3.8.3 installed from sources  with...
>
> $ ./reconf-all
>
> $ ./configure -C
>
> $ make
>
> $ sudo make install
>
> and reinstalling with...
>
> sudo apt-get install gambas3
>
> problem was solved. Have no clue how.
>

You cannot both install gambas3 binary packages and compile it from 
sources : they usually install the same files at the same places, so you 
are actually poisoning your system.

You can avoid that by carefully installing gambas3 from sources using an 
installation prefix different from the one used by the packaging system.

Or you can carefully uninstall every gambas3 package before compiling 
and installing it from sources.

Anyway, if you don't know what you are doing exactly, I'm not amaze that 
you encounter such strange crashes.

Regards,

-- 
Benoît Minisini




More information about the User mailing list