adonthell-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Adonthell-general] Not able to get control of gnome-terminal after


From: Kai Sterker
Subject: Re: [Adonthell-general] Not able to get control of gnome-terminal after latest update
Date: Tue, 18 Jan 2011 08:58:01 +0100

2011/1/17 shirish शिरीष <address@hidden>:

> Trying one thing at one time. For some reason got nothing so far.
[...]
> "/usr/local/src/adonthell-build/test/worldtest": not in executable
> format: File format not recognized
> (gdb) run -g ../../adonthell/test data
> Starting program:  -g ../../adonthell/test data
> No executable file specified.
> Use the "file" or "exec-file" command.
> (gdb)
>
> I do the worldtest file is an executable.
>
> /usr/local/src/adonthell-build/test$ ls -l worldtest
> -rwxr-xr-x 1 shirish staff 6991 Jan 17 11:18 worldtest
>
> so don't know why gdb said that above .
>
> Looking forward for ideas.

Ah, my fault. test/worldtest is just a wrapper created by libtool. The
real binary sits in test/.libs (or .lib?).So try

  gdb .libs/worldtest

and then the rest as before.

Kai



reply via email to

[Prev in Thread] Current Thread [Next in Thread]