Re: Adding -lm
"David E. Wheeler" <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.dbdpg |
|---|---|
| Message-ID | <[email protected]> |
On Sep 11, 2008, at 08:43, Greg Sabino Mullane wrote: > Someone pointed out to me that AIX needs a -lm flag aded to LIBS. > > I'm wondering if we shouldn't just add in -lm for everyone - it's a > very standard library, and we are using pow(). Tested fine on > Linux and BSD. Anyone foresee a problem with just adding it in > to Makefile.PL?: > > ! LIBS => ["-L$POSTGRES_LIB -lpq -lm"], Works fine for me on Mac OS X 1.10.5. Best, David