View previous topic :: View next topic |
Author |
Message |
lee
Joined: 18 Feb 2006 Posts: 1
|
Posted: Wed Oct 03, 2007 6:58 pm Post subject: execution error |
|
|
I tried entering the following at the command line and received the following error:
./bcdgen postgres_fe.h postgres_fe
Could not determine GCCXML_CPP setting
I don't know how to correct this problem. Any help would be appreciated.
Thanks, Lee |
|
Back to top |
|
|
hduregger
Joined: 15 Aug 2007 Posts: 11
|
Posted: Fri Oct 26, 2007 11:53 am Post subject: |
|
|
You need to do something like
Code: |
export CXXFLAGS="$CXXFLAGS ....."
|
first, so gccxml knows the flags. |
|
Back to top |
|
|
|