RdbiPgSQL 1.12.0 Jianhua Zhang
Snapshot Date: 2008-04-02 12:12:36 -0700 (Wed, 02 Apr 2008) | URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_2_1/madman/Rpacks/RdbiPgSQL | Last Changed Rev: 27709 / Revision: 30807 | Last Changed Date: 2007-10-02 17:41:09 -0700 (Tue, 02 Oct 2007) |
| lamb1 | Linux (SUSE 10.1) / x86_64 | OK | OK | |
wilson2 | Linux (openSUSE 10.3) / x86_64 | OK | OK | |
wellington | Linux (openSUSE 10.3) / i686 | OK | OK | |
liverpool | Windows Server 2003 R2 (32-bit) / x64 | N O T S U P P O R T E D |
lemming | Windows Server 2003 (32-bit) / x64 | N O T S U P P O R T E D |
pitt | Mac OS X Tiger (10.4.11) / i386 | OK | OK | [ OK ] |
INSTALLATION WITH 'R CMD INSTALL RdbiPgSQL_1.12.0.tar.gz'
* Installing to library 'RdbiPgSQL.buildbin-libdir'
* Installing *source* package 'RdbiPgSQL' ...
creating cache ./config.cache
updating cache ./config.cache
creating ./config.status
creating src/Makevars
** libs
** arch - i386
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -std=gnu99 -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I/usr/local/pgsql/include -msse3 -fPIC -g -O2 -march=nocona -c PgSQL.c -o PgSQL.o
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -std=gnu99 -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I/usr/local/pgsql/include -msse3 -fPIC -g -O2 -march=nocona -c PgSQLInit.c -o PgSQLInit.o
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -Wl,-macosx_version_min -Wl,10.4 -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o RdbiPgSQL.so PgSQL.o PgSQLInit.o -L/usr/local/pgsql/lib -lpq -F/Library/Frameworks/R.framework/.. -framework R
** R
** help
>>> Building/Updating help pages for package 'RdbiPgSQL'
Formats: text html latex example
PgSQL text html latex
dbAppendTable.PgSQL.conn text html latex
dbAppendTable text html latex
dbClearResult.PgSQL.result text html latex
dbColumnInfo.PgSQL.result text html latex
dbConnect.PgSQL text html latex
dbConnectionInfo.PgSQL.conn text html latex
dbDisconnect.PgSQL.conn text html latex
dbGetQuery.PgSQL.conn text html latex
dbGetResult.PgSQL.result text html latex
dbListTables.PgSQL.conn text html latex
dbReadTable.PgSQL.conn text html latex
dbResultInfo.PgSQL.result text html latex
dbSendQuery.PgSQL.conn text html latex
dbWriteTable.PgSQL.conn text html latex
internal text html latex
psql text html latex
** building package indices ...
* DONE (RdbiPgSQL)
INSTALLATION OF ppc LIBS WITH 'R_ARCH=/ppc R CMD INSTALL --libs-only RdbiPgSQL_1.12.0.tar.gz'
* Installing to library 'RdbiPgSQL.buildbin-libdir'
* Installing *source* package 'RdbiPgSQL' ...
creating cache ./config.cache
updating cache ./config.cache
creating ./config.status
creating src/Makevars
** libs
** arch - ppc
gcc -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -std=gnu99 -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -I/usr/local/pgsql/include -I/usr/local/include -fPIC -g -O2 -c PgSQL.c -o PgSQL.o
gcc -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -std=gnu99 -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -I/usr/local/pgsql/include -I/usr/local/include -fPIC -g -O2 -c PgSQLInit.c -o PgSQLInit.o
gcc -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -Wl,-macosx_version_min -Wl,10.4 -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o RdbiPgSQL.so PgSQL.o PgSQLInit.o -L/usr/local/pgsql/lib -lpq -F/Library/Frameworks/R.framework/.. -framework R
* DONE (RdbiPgSQL)