Re: Magic Blocks
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: Simon Riggs <simon(at)2ndquadrant(dot)com>
- Cc: pgsql-docs(at)postgresql(dot)org
- Subject: Re: Magic Blocks
- Date: Wed, 23 Jan 2008 19:28:04 -0500
- Message-id: <28284.1201134484@sss.pgh.pa.us> <text/plain>
Simon Riggs <simon(at)2ndquadrant(dot)com> writes:
> While compiling with PGXS, the OBJS line said
> OBJS = modulename.so
> By changing the OBJS line to this
> OBJS = modulename.o
> then no error was received and it all works.
> TFM just says "list objects files in OBJS".
Are we really in the business of teaching C programmers the difference
between object files and shared libraries?
regards, tom lane
Home |
Main Index |
Thread Index