Comment 21 for bug 62145

Revision history for this message
Vik (vik-catalyst) wrote :

Slight problem: Following the instructions results in the following:

vik@kereru:~/tmp$ gdb wings3d 2>&1 | tee gdb-wings3d.txt
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
"/usr/bin/wings3d": not in executable format: File format not recognized
(gdb)

Yes, I did look at the script file. It uses /usr/bin/erl to launch the application. This too is a script. Not sure what to do from here.

Vik :v)