Re: GCC --enable-auto-import problem

2009-06-05 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Huang Bambo wrote, On 5.6.2009 3:02: > In cygwin 1.7: > > 1. download db-4.7.25 from oracle at > http://www.oracle.com/database/berkeley-db/index.html (havn't tested > on other version) > 2. configure like : ../dist/configure --prefix=/home/Bambo/db

GCC --enable-auto-import problem

2009-06-04 Thread Huang Bambo
In cygwin 1.7: 1. download db-4.7.25 from oracle at http://www.oracle.com/database/berkeley-db/index.html (havn't tested on other version) 2. configure like : ../dist/configure --prefix=/home/Bambo/db-for-1.7 --enable-cxx --enable-pthread_api 3. make, it will take you a few minutes 4. write a prog

GCC --enable-auto-import problem

2009-06-04 Thread Huang Bambo
1. download db-4.7.25 from oracle at http://www.oracle.com/database/berkeley-db/index.html (havn't tested on other version) 2. configure like : ../dist/configure --prefix=/home/Bambo/db-for-1.7 --enable-cxx --enable-pthread_api 3. make, it will take you a few minutes 4. write a program like : #incl