gpsd-dev
[Top][All Lists]
Advanced

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

Re: [gpsd-dev] libgps?


From: Hal Murray
Subject: Re: [gpsd-dev] libgps?
Date: Tue, 31 Mar 2015 11:56:48 -0700

> Somehow your configuration thinks gcc doesn't accept the -pthread option.
> Try scons --config=force.

That fixes it.

> The interesting question is how your config cache got damaged. 

Easy.  :)  Just run
   rm .scons*
   scons --clean
   scons sconsclean
   scons --clean
   scons sconsclean

>From the first scons sconsclean
scons: Reading SConscript files ...
Checking if compiler accepts -Wextra ...yes
Checking if compiler accepts -Wall ...yes
Checking if compiler accepts -Wno-uninitialized ...yes
Checking if compiler accepts -Wno-missing-field-initializers ...yes
Checking if compiler accepts -Wcast-align ...yes
Checking if compiler accepts -Wmissing-declarations ...yes
Checking if compiler accepts -Wstrict-prototypes ...yes
Checking if compiler accepts -Wpointer-arith ...yes
Checking if compiler accepts -Wreturn-type ...yes
Checking if compiler accepts -pthread ...yes
Checking whether the C++ compiler works... yes

>From the second scons sconsclean:
scons: Reading SConscript files ...
Checking if compiler accepts -Wextra ...no
Checking if compiler accepts -Wall ...no
Checking if compiler accepts -Wno-uninitialized ...no
Checking if compiler accepts -Wno-missing-field-initializers ...no
Checking if compiler accepts -Wcast-align ...no
Checking if compiler accepts -Wmissing-declarations ...no
Checking if compiler accepts -Wstrict-prototypes ...no
Checking if compiler accepts -Wpointer-arith ...no
Checking if compiler accepts -Wreturn-type ...no
Checking if compiler accepts -pthread ...no
Checking whether the C++ compiler works... no


-- 
These are my opinions.  I hate spam.






reply via email to

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