>
> I'm trying to compile the c-function refint.c in the directory
> /usr/src/postgresql-6.5/contrib/spi/refint.c
>
> when I call the compiler with the followingarguments:
>
> gcc -I /usr/src/packages/postgresql-6.5/src/include  -I
> /usr/local/pgsql/include -I
> /usr/src/packages/postgresql-6.5/src/backend/ -o refint.o refint.c
>
> I get the following Error Messsages:

    You  told  gcc to build a final, standalone, executable named
    refint.o.  Try 'man gcc'.

    Alternatively you could type 'make refint.so'  to  build  the
    required shared object and use that.


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#========================================= [EMAIL PROTECTED] (Jan Wieck) #


Reply via email to