Oh, it turns out the value was cached and didn't update when I fixed up my
header. Deleting the entire build/ directory and re-running scons seems to
have picked up the changes and configure goes through now.



On Tue, Jan 17, 2012 at 11:40 AM, Paul Rosenfeld <[email protected]>wrote:

> Hello,
>
> I'm trying to add my library to the build system -- I've added a
> checkLibWithHeader() call in the SConstruct file, but the configure check
> returns "no". When I go to the scons_config.log, all I get in the way of an
> error is:
>
> 288 scons: Configure: Building "build/.scons_config/conftest_12.o" failed
> in a previous run and all its sources are up to date.
> 289 scons: Configure: The original builder output was:
> 290   |^[[m [     CXX]
> ^[[33m.scons_config/conftest_12^[[33m^[[1m.cpp^[[34m^[[1m ->
> ^[[33m^[[1m.o^[[m
>
> Which isn't much help, obviously. I can compile the conftest_12.cpp file
> manually, so I need to know the actual error.
>
> Is there a way I can get it to show me A) the actual command used to build
> the .cpp file and B) the actual error output from g++?
>
> Thanks,
> Paul
>
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to