Simple Question

Поиск
Список
Период
Сортировка
От Lonnie Cumberland
Тема Simple Question
Дата
Msg-id 20010414215519.91998.qmail@web12501.mail.yahoo.com
обсуждение исходный текст
Список pgsql-sql
Hello All,

This may be the wrong mailing list for this question but I hope someone can
answer it for me as it is holding up my development progress.

I have now been able to compile the tutorial/complex.c functions and test them
out with no problems.

I made a copy of the Makefile, Makefile.global, and Makefile.port (Linux) from
the tutorial directory and made a simple modification for the paths. Now the
'c" files compile up just fine.

The problem is that this set up will not work if I make some C++ files. I think
that there is something wrong in one of the above makefiles for the g++
compiler and the needed options, but do not know where to find it.

I even made a copy of the "concat_text(....)" function from the manual and
saved one copy as a "c" file. It compiled just fine. I then renamed that same
file to "cc" for C++ and it compiled ok, but the psql command interperter gave
me some error that it could not find the function even thout it worked the
first time and I moade no other changes.

I also need to link in some other libraries like "libfile.a" that I have for
some of the functions that will be placed in my pgSQL interface but am not sure
hoe to do this as well with the default Makefiles.

Does someone have a simple Makefile that will allow me to compile up my C++
functions?

Cheers,
Lonnie


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/


В списке pgsql-sql по дате отправления:

Предыдущее
От: Cedar Cox
Дата:
Сообщение: Re: Bug in user management?
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: BOOLEAN data type?