8.0.0beta2: gcc: unrecognized option `-pthreads'

From: "Ed L(dot)" <pgsql(at)bluepolka(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: 8.0.0beta2: gcc: unrecognized option `-pthreads'
Date: 2004-09-08 16:23:14
Message-ID: 200409081023.14627.pgsql@bluepolka.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is this pthreads warning of any concern?

gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
-Wmissing-declarations -pthread -pthreads -D_REENTRANT -D_THREAD_SAFE
-D_POSIX_PTHREAD_SEMANTICS -fpic -shared -Wl,-soname,libecpg.so.4 execute.o
typename.o descriptor.o data.o error.o prepare.o memory.o connect.o misc.o
path.o exec.o -L../../../../src/port -L../pgtypeslib -lpgtypes
-L../../../../src/interfaces/libpq -lpq -lcrypt -lm -lpthread
-Wl,-rpath,/opt/pgsql/installs/postgresql-8.0.0beta2/lib -o libecpg.so.4.2
gcc: unrecognized option `-pthreads'

Ed

Responses

Browse pgsql-general by date

  From Date Subject
Next Message mike 2004-09-08 16:34:35 Re: SQL query - single text value from group by
Previous Message Mike Nolan 2004-09-08 16:18:25 'order by' in an insert into command