* Mathieu Dube <[EMAIL PROTECTED]> [010205 09:32] wrote: > cc -o therver therver.c -g -lflipr -lpq -L. -lpthread -D_REENTRANT > ./libpq.a(fe-auth.o): In function `pg_password_sendauth': > /usr/local/postgresql-7.0.3/src/interfaces/libpq/fe-auth.c:465: undefined reference >to `crypt' > collect2: ld returned 1 exit status > make: *** [therver] Error 1 > > this is what I get > should I copy other files? no, just add -lcrypt to your LDFLAGS
- [HACKERS] 1024 limits?? Mathieu Dube
- Re: [HACKERS] 1024 limits?? Tom Lane
- Re: [HACKERS] 1024 limits?? Mathieu Dube
- Re: [HACKERS] 1024 limits?? Mathieu Dube
- [HACKERS] Re: 1024 limits?? Mitch Vincent
- [HACKERS] Re: 1024 limits?? Tom Lane
- Re: [HACKERS] Re: 1024 limits?? Mathieu Dube
- Re: [HACKERS] Re: 1024 limi... Alfred Perlstein
- Re: [HACKERS] Re: 1024 limits?? Mathieu Dube
- Re: [HACKERS] Re: 1024 limits?? Mathieu Dube