Re: [INTERFACES] pb when creating user type - Mailing list pgsql-interfaces

From abdelkrim
Subject Re: [INTERFACES] pb when creating user type
Date
Msg-id 001001be9607$25934ae0$0601a8c0@kosovo.idianet.net
Whole thread Raw
Responses Re: [INTERFACES] pb when creating user type
List pgsql-interfaces
>        Is this a test? If so, I failed. I don't see where you create your
>'complex_in()' function. Is it in a part of a script you forgot to include
>in your original post?

complex_in(), complex_out() and complex_add() fonctions are defined in
complex.c

>
>        Anyway, if that's the entire script, add a "CREATE FUNCTION"
>statement for 'complex_in()' and it should work a lot better.
>


thanks for your help,
my operating system is FreeBSD 3.1
I use Postgresql-6.4.2

I tried :           gcc -g -c -fpic -o complex.o complex.c           ld -Bshareable -o complex.so complex.o
it is the same error.




pgsql-interfaces by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: [INTERFACES] Field types (was Re: Return value of int)
Next
From: "Pavel PaJaSoft Janousek"
Date:
Subject: Re: [INTERFACES] Error linking C++ code.