Sat, 07/04/2009 - 16:28
Submitted by robrobstation

Hiya,

I am a pretty novice like linux user (gave up on windows today actually) and have started moving everything I can over to ubuntu 8.04.

I own a WiSpy DBx and found it very useful and had a look about for a linux alternative to Chanalyzer.
I've used ubuntu before and so am reasonably comfortable with using synaptic, however, i see that the only version of spectools is the spectools200710R2.

 Relatively unfazed, I downloaded the latest one from your site (200906R1) and followed the instructions here.

I have made sure i have the dependencies mentioned in the article linked to above, but it gives me the error:

checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.

when I run the ./configure command....

any ideas? 

 

 

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

What is the contents of

Sat, 07/04/2009 - 17:04
Tyler

What is the contents of config.log?

Schoolboy error: try

Sat, 07/04/2009 - 17:44
robrobstation

Schoolboy error: try installing libc6 g++ gcc

now that I have a compiler, it seems to work far better.
;-)

just for info the (abbreviated) output of the above was:

sudo apt-get install libc6 g++ gcc

Reading package lists... Done

Building dependency tree
Reading state information... Done

libc6 is already the newest version.

gcc is already the newest version.

The following extra packages will be installed:

g++-4.2 libc6-dev libstdc++6-4.2-dev linux-libc-dev

 Now am making progress. :-)

 

That's great!

Sun, 07/05/2009 - 06:20
Tyler

That's great!

OK so it has been a long

Sun, 07/12/2009 - 04:50
robrobstation

OK so it has been a long weekend. (I "accidentally" deleted the /etc/udev/rules.d directory... :-P)
but I have recovered everything (live cd is a lifesaver) and am back to the "making progress" part.
I followed the steps given here.

when I type ./configure everything works pretty well except for the following exerpt:

checking that we can link gtk/gdk... yes
checking cairo.h usability... yes

checking cairo.h presence... no
configure: WARNING: cairo.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: cairo.h: proceeding with the compiler's result
checking for cairo.h... yes
checking for pkghildon... no

checking for Linux headers with DEVFS_DISCONNECT support... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING:  Makefile.in seems to ignore the --datarootdir setting
config.status: creating config.h

*** Configuration complete
*** Check the configure output if a target you want is not configured.
*** The following targets are configured:
    spectool_raw spectool_net spectool_curses spectool_gtk

 I can run the make command seemingly with no trouble and I copied the 99-wispy.rules file into my newly recovered rules.d folder ;-)

 BUT

 When I attempt to run spectools_gtk i get the following:

@laptop:~/Desktop/spectools-2009-06-R1$ spectool_gtk
The program 'spectool_gtk' is currently not installed.  You can install it by typing:
sudo apt-get install spectools
bash: spectool_gtk: command not found
@laptop:~/Desktop/spectools-2009-06-R1$

Do we think the above cairo.h fialure has anything to do with the problem I am having?

Should I make spectool_gtk executable?

 While you guys read, I'll keep fiddling!

(but will avoid deleting any protected directroies! hehehe)

Yeah, try chmod +x

Sun, 07/12/2009 - 06:19
Tyler

Yeah, try

chmod +x spectool_gtk

then try to run it with ./spectool_gtk or . spectool_gtk

;-) SORTED! This escapade

Mon, 07/13/2009 - 13:20
robrobstation

;-)

SORTED!

This escapade took a while, but thanks for teh (basic) linux support!

gonna go and scan everything i can now... :-D MUAHAHHAHAHAH.
thanks notaclue!

No problem. I have dealt

Mon, 07/13/2009 - 16:16
Tyler

No problem. I have dealt with linux before, I seem to forget simple shell commands to sometimes.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.