# Example of how to confgure with SQL
# configure --with-MySQL=/home/thuerey1/local --with-CXX_DEBUG=-g --with-C_DEBUG=-g --with-CXX_WARNINGS=-Wall --prefix=`pwd`

# Brian's configure command line:
configure --with-MySQL=/usr/casc/overture/MySQL/MySQL_Install --with-MySQL_username=bwhite
    --with-MySQL_server=tux06 --with-MySQL_password=rosepwd
    --with-MySQL_database_name=databasebw --with-CXX_DEBUG=-g --with-C_DEBUG=-g
    --with-CXX_WARNINGS=-Wall --enable-dq-developer-tests
    --prefix=/home/bwhite/rose-playground/ROSE-build-3.2.3/
    --enable-doxygen-developer-docs

# Used in LINUX-3.2.2
/home/dquinlan/ROSE/NEW_ROSE/configure --with-MySQL=/usr/casc/overture/MySQL/MySQL_Install --with-MySQL_username=dquinlan --with-MySQL_server=tux49 --with-MySQL_password=rosepwd --with-MySQL_database_name=databasedq --with-CXX_DEBUG=-g --with-C_DEBUG=-g --with-CXX_WARNINGS=-Wall --enable-dq-developer-tests --prefix=/home/bwhite/rose-playground/ROSE-build-3.2.3/ --enable-doxygen-developer-docs


