Hi David,
Thanks for the tip. Strangely VERBOSE=1 or =true is not adding any
information.

But I can see the command being used to compile:
g++ -DNDEBUG -g -O2 -pipe -c files.cpp

< errors details same as before >


On Sat, Feb 1, 2014 at 12:57 PM, David Irvine <[email protected]>wrote:

>
> On Sat, Feb 1, 2014 at 6:52 PM, Sindhu Saripella <[email protected]>wrote:
>
>> (I don't know what to make of 2>&1.)
>
>
> That just means redirect stderr (2) via stdio (1)
>
> It's trying to check the version of g++ you are using.
>
> I am not sure how much I can help here, seems if you simply type make then
> there is something wrong with the script or perhaps compiler issue.
>
> perhaps typing the following will help
>   make VERBOSE=1
> This will make the output very verbose and you should see there what
> exactly each file is being compiled with. You can then copy this and alter
> bits until a file compiles. From there you can alter the makefile to suit.
>
> Sorry chap, this is the easiest way I think, unless anyone else can spot a
> simpler 'fix'
>
>  --
>
> David Irvine
> maidsafe.net <http://www.maidsafe.net/>
> twitter: @metaquestions
> blog:  http://metaquestions.me
>

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to