Source for CreatedSharedMemoryAndSemaphores

Started by Martin Gaintyover 16 years ago5 messagesgeneral
Jump to latest
#1Martin Gainty
mgainty@hotmail.com

Hello All

experiencing a problem with build not finding function CreatedSharedMemoryAndSemaphores

any ideas to locate source and or build files for CreatedSharedMemoryAndSemaphores
would be appreciated

thanks!
Martin Gainty
______________________________________________
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.

_________________________________________________________________
Bing brings you health info from trusted sources.
http://www.bing.com/search?q=pet+allergy&form=MHEINA&publ=WLHMTAG&crea=TXT_MHEINA_Health_Health_PetAllergy_1x1

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Martin Gainty (#1)
Re: Source for CreatedSharedMemoryAndSemaphores

Martin Gainty <mgainty@hotmail.com> writes:

experiencing a problem with build not finding function CreatedSharedMemoryAndSemaphores

Typo? Should be CreateSharedMemoryAndSemaphores.

regards, tom lane

#3Martin Gainty
mgainty@hotmail.com
In reply to: Tom Lane (#2)
Re: Source for CreatedSharedMemoryAndSemaphores

yep its in
/backend/storage/ipci/ipci.c

for some reason after i compile backend and
try to link postgres i'm missing ipci.o ?

i'll append into ipci.o into OBJS and give it a go

Thanks Tom!
Martin Gainty
______________________________________________
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.

To: mgainty@hotmail.com
CC: pgsql-general@postgresql.org
Subject: Re: [GENERAL] Source for CreatedSharedMemoryAndSemaphores
Date: Wed, 23 Sep 2009 12:33:37 -0400
From: tgl@sss.pgh.pa.us

Martin Gainty <mgainty@hotmail.com> writes:

experiencing a problem with build not finding function CreatedSharedMemoryAndSemaphores

Typo? Should be CreateSharedMemoryAndSemaphores.

regards, tom lane

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

_________________________________________________________________
Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.
http://clk.atdmt.com/GBL/go/171222985/direct/01/

#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: Martin Gainty (#3)
Re: Source for CreatedSharedMemoryAndSemaphores

Martin Gainty <mgainty@hotmail.com> writes:

for some reason after i compile backend and
try to link postgres i'm missing ipci.o ?
i'll append into ipci.o into OBJS and give it a go

I'd be really surprised if just that one file is missing; I think you
must have some bigger problem. Maybe you are running into command line
length limits?

regards, tom lane

#5Martin Gainty
mgainty@hotmail.com
In reply to: Tom Lane (#4)
Re: Source for CreatedSharedMemoryAndSemaphores

hard dependency on the 1.4 IPC library

(remember the old days when you used to have load the 7 layer stack one at a time)
(un)fortunately im running thru cygwin and the cygipc 1.4 library is missing or at least i cant find it
whats more some of the cygwin binaries have the MZ (mark zibikowski) header which means they are
native windows binaries
been a while since ive compiled/linked binaries but if I can get the 1.4 cygipc source I should be able to
compile/link and get a functioning binary for IPC functions

thanks tom
Martin Gainty
______________________________________________
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.

To: mgainty@hotmail.com
CC: pgsql-general@postgresql.org
Subject: Re: [GENERAL] Source for CreatedSharedMemoryAndSemaphores
Date: Wed, 23 Sep 2009 13:31:20 -0400
From: tgl@sss.pgh.pa.us

Martin Gainty <mgainty@hotmail.com> writes:

for some reason after i compile backend and
try to link postgres i'm missing ipci.o ?
i'll append into ipci.o into OBJS and give it a go

I'd be really surprised if just that one file is missing; I think you
must have some bigger problem. Maybe you are running into command line
length limits?

regards, tom lane

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

_________________________________________________________________
Bing brings you health info from trusted sources.
http://www.bing.com/search?q=pet+allergy&amp;form=MHEINA&amp;publ=WLHMTAG&amp;crea=TXT_MHEINA_Health_Health_PetAllergy_1x1