Hallo Thomas,

XCODE ja in Version 3.2.3 (1688) vom download und anbei das log

Gruss
Alexander


> find_executable: checking for pg_config... -------------------- yes
> 
> --------------------
> 
> have_header: checking for libpq-fe.h... -------------------- yes
> 
> "/usr/bin/gcc-4.2 -E -I. -I/opt/local/lib/ruby/1.8/i686-darwin10 -I. 
> -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE  -I/opt/local/include 
> -I/Library/PostgreSQL/8.4/include -pipe -O2  -fno-common -pipe -fno-common    
>  conftest.c -o conftest.i"
> checked program was:
> /* begin */
> 1: #include <libpq-fe.h>
> /* end */
> 
> --------------------
> 
> have_header: checking for libpq/libpq-fs.h... -------------------- yes
> 
> "/usr/bin/gcc-4.2 -E -I. -I/opt/local/lib/ruby/1.8/i686-darwin10 -I. 
> -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE  -I/opt/local/include 
> -I/Library/PostgreSQL/8.4/include -pipe -O2  -fno-common -pipe -fno-common    
>  conftest.c -o conftest.i"
> checked program was:
> /* begin */
> 1: #include <libpq/libpq-fs.h>
> /* end */
> 
> --------------------
> 
> have_library: checking for PQconnectdb() in -lpq... -------------------- no
> 
> "/usr/bin/gcc-4.2 -o conftest -I. -I/opt/local/lib/ruby/1.8/i686-darwin10 -I. 
> -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE  -I/opt/local/include 
> -I/Library/PostgreSQL/8.4/include -pipe -O2  -fno-common -pipe -fno-common    
> conftest.c  -L. -L/opt/local/lib -L. -L/opt/local/lib 
> -L/Library/PostgreSQL/8.4/lib   -arch x86_64   -lruby-static -lpq  -lpthread 
> -ldl -lobjc  "
> conftest.c: In function ‘t’:
> conftest.c:3: error: ‘PQconnectdb’ undeclared (first use in this function)
> conftest.c:3: error: (Each undeclared identifier is reported only once
> conftest.c:3: error: for each function it appears in.)
> checked program was:
> /* begin */
> 1: /*top*/
> 2: int main() { return 0; }
> 3: int t() { void ((*volatile p)()); p = (void ((*)()))PQconnectdb; return 0; 
> }
> /* end */
> 
> "/usr/bin/gcc-4.2 -o conftest -I. -I/opt/local/lib/ruby/1.8/i686-darwin10 -I. 
> -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE  -I/opt/local/include 
> -I/Library/PostgreSQL/8.4/include -pipe -O2  -fno-common -pipe -fno-common    
> conftest.c  -L. -L/opt/local/lib -L. -L/opt/local/lib 
> -L/Library/PostgreSQL/8.4/lib   -arch x86_64   -lruby-static -lpq  -lpthread 
> -ldl -lobjc  "
> ld: warning: in /Library/PostgreSQL/8.4/lib/libpq.dylib, missing required 
> architecture x86_64 in file
> Undefined symbols:
>   "_PQconnectdb", referenced from:
>       _t in ccIj7EsQ.o
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> checked program was:
> /* begin */
> 1: /*top*/
> 2: int main() { return 0; }
> 3: int t() { PQconnectdb(); return 0; }
> /* end */
> 
> "/usr/bin/gcc-4.2 -o conftest -I. -I/opt/local/lib/ruby/1.8/i686-darwin10 -I. 
> -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE  -I/opt/local/include 
> -I/Library/PostgreSQL/8.4/include -pipe -O2  -fno-common -pipe -fno-common    
> conftest.c  -L. -L/opt/local/lib -L. -L/opt/local/lib 
> -L/Library/PostgreSQL/8.4/lib   -arch x86_64   -lruby-static -lpq  -lpthread 
> -ldl -lobjc  "
> ld: warning: in /Library/PostgreSQL/8.4/lib/libpq.dylib, missing required 
> architecture x86_64 in file
> Undefined symbols:
>   "_PQconnectdb", referenced from:
>       _t in ccAmEYUP.o
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> checked program was:
> /* begin */
> 1: int PQconnectdb();
> 2: /*top*/
> 3: /*
> 4:  * http://trac.macports.org/ticket/3604
> 5:  * gcc 4.0 on 10.4 has a problem
> 6:  */
> 7: int main() { return 0; }
> 8: int t() { PQconnectdb(); return 0; }
> /* end */
> 
> --------------------
> 
> have_library: checking for PQconnectdb() in -llibpq... -------------------- no
> 
> "/usr/bin/gcc-4.2 -o conftest -I. -I/opt/local/lib/ruby/1.8/i686-darwin10 -I. 
> -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE  -I/opt/local/include 
> -I/Library/PostgreSQL/8.4/include -pipe -O2  -fno-common -pipe -fno-common    
> conftest.c  -L. -L/opt/local/lib -L. -L/opt/local/lib 
> -L/Library/PostgreSQL/8.4/lib   -arch x86_64   -lruby-static -llibpq  
> -lpthread -ldl -lobjc  "
> conftest.c: In function ‘t’:
> conftest.c:3: error: ‘PQconnectdb’ undeclared (first use in this function)
> conftest.c:3: error: (Each undeclared identifier is reported only once
> conftest.c:3: error: for each function it appears in.)
> checked program was:
> /* begin */
> 1: /*top*/
> 2: int main() { return 0; }
> 3: int t() { void ((*volatile p)()); p = (void ((*)()))PQconnectdb; return 0; 
> }
> /* end */
> 
> "/usr/bin/gcc-4.2 -o conftest -I. -I/opt/local/lib/ruby/1.8/i686-darwin10 -I. 
> -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE  -I/opt/local/include 
> -I/Library/PostgreSQL/8.4/include -pipe -O2  -fno-common -pipe -fno-common    
> conftest.c  -L. -L/opt/local/lib -L. -L/opt/local/lib 
> -L/Library/PostgreSQL/8.4/lib   -arch x86_64   -lruby-static -llibpq  
> -lpthread -ldl -lobjc  "
> ld: library not found for -llibpq
> collect2: ld returned 1 exit status
> checked program was:
> /* begin */
> 1: /*top*/
> 2: int main() { return 0; }
> 3: int t() { PQconnectdb(); return 0; }
> /* end */
> 
> "/usr/bin/gcc-4.2 -o conftest -I. -I/opt/local/lib/ruby/1.8/i686-darwin10 -I. 
> -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE  -I/opt/local/include 
> -I/Library/PostgreSQL/8.4/include -pipe -O2  -fno-common -pipe -fno-common    
> conftest.c  -L. -L/opt/local/lib -L. -L/opt/local/lib 
> -L/Library/PostgreSQL/8.4/lib   -arch x86_64   -lruby-static -llibpq  
> -lpthread -ldl -lobjc  "
> ld: library not found for -llibpq
> collect2: ld returned 1 exit status
> checked program was:
> /* begin */
> 1: int PQconnectdb();
> 2: /*top*/
> 3: /*
> 4:  * http://trac.macports.org/ticket/3604
> 5:  * gcc 4.0 on 10.4 has a problem
> 6:  */
> 7: int main() { return 0; }
> 8: int t() { PQconnectdb(); return 0; }
> /* end */
> 
> --------------------
> 
> have_library: checking for PQconnectdb() in -lms/libpq... 
> -------------------- no
> 
> "/usr/bin/gcc-4.2 -o conftest -I. -I/opt/local/lib/ruby/1.8/i686-darwin10 -I. 
> -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE  -I/opt/local/include 
> -I/Library/PostgreSQL/8.4/include -pipe -O2  -fno-common -pipe -fno-common    
> conftest.c  -L. -L/opt/local/lib -L. -L/opt/local/lib 
> -L/Library/PostgreSQL/8.4/lib   -arch x86_64   -lruby-static -lms/libpq  
> -lpthread -ldl -lobjc  "
> conftest.c: In function ‘t’:
> conftest.c:3: error: ‘PQconnectdb’ undeclared (first use in this function)
> conftest.c:3: error: (Each undeclared identifier is reported only once
> conftest.c:3: error: for each function it appears in.)
> checked program was:
> /* begin */
> 1: /*top*/
> 2: int main() { return 0; }
> 3: int t() { void ((*volatile p)()); p = (void ((*)()))PQconnectdb; return 0; 
> }
> /* end */
> 
> "/usr/bin/gcc-4.2 -o conftest -I. -I/opt/local/lib/ruby/1.8/i686-darwin10 -I. 
> -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE  -I/opt/local/include 
> -I/Library/PostgreSQL/8.4/include -pipe -O2  -fno-common -pipe -fno-common    
> conftest.c  -L. -L/opt/local/lib -L. -L/opt/local/lib 
> -L/Library/PostgreSQL/8.4/lib   -arch x86_64   -lruby-static -lms/libpq  
> -lpthread -ldl -lobjc  "
> ld: library not found for -lms/libpq
> collect2: ld returned 1 exit status
> checked program was:
> /* begin */
> 1: /*top*/
> 2: int main() { return 0; }
> 3: int t() { PQconnectdb(); return 0; }
> /* end */
> 
> "/usr/bin/gcc-4.2 -o conftest -I. -I/opt/local/lib/ruby/1.8/i686-darwin10 -I. 
> -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE  -I/opt/local/include 
> -I/Library/PostgreSQL/8.4/include -pipe -O2  -fno-common -pipe -fno-common    
> conftest.c  -L. -L/opt/local/lib -L. -L/opt/local/lib 
> -L/Library/PostgreSQL/8.4/lib   -arch x86_64   -lruby-static -lms/libpq  
> -lpthread -ldl -lobjc  "
> ld: library not found for -lms/libpq
> collect2: ld returned 1 exit status
> checked program was:
> /* begin */
> 1: int PQconnectdb();
> 2: /*top*/
> 3: /*
> 4:  * http://trac.macports.org/ticket/3604
> 5:  * gcc 4.0 on 10.4 has a problem
> 6:  */
> 7: int main() { return 0; }
> 8: int t() { PQconnectdb(); return 0; }
> /* end */
> 
> --------------------
> 

Meffex IT-Entwicklungen GbR
Wolfsgässchen 1 | 55116 Mainz | Germany
mobil +49.173.3601708 | tel +49.6131.4649910 | fax +49.6131.464939
Inh. Robert Kleff, Dipl.-Ing.(TU) Alexander Melle
Stnr 26/086/6242/7
Ust.Id DE256776959

Büro Bad Münstereifel
Zum Zwergberg 3 | 53902 Bad Münstereifel | Germany
mobil +49.151.153720262 | tel +49.6131.4649914 | fax +49.6131.4649939

www.samfex.de  Service & Maintenance Management auf den Punkt gebracht

Der Inhalt dieser E-Mail ist vertraulich. Falls Sie nicht der angegebene 
Empfänger sind oder falls diese E-Mail irrtümlich an Sie adressiert wurde, 
verständigen Sie bitte den Absender sofort und löschen Sie die E-Mail sodann. 
Das unerlaubte Kopieren sowie die unbefugte Übermittlung sind nicht gestattet. 
Die Sicherheit von Übermittlungen per E-Mail kann nicht garantiert werden. 
Falls Sie eine Bestätigung wünschen, fordern Sie bitte den Inhalt der E-Mail 
als Hardcopy an. 

The contents of this e-mail are confidential. If you are not the named 
addressee or if this transmission has been addressed to you in error, please 
notify the sender immediately and then delete this e-mail. Any unauthorized 
copying and transmission is forbidden. E-mail transmission cannot be guaranteed 
to be secure. If verification is required, please request a hard copy version.
        

_______________________________________________
rubyonrails-ug mailing list
rubyonrails-ug@headflash.com
http://mailman.headflash.com/listinfo/rubyonrails-ug

Antwort per Email an