Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Shared Memory Module

1 view
Skip to first unread message

dkh...@my-deja.com

unread,
Feb 10, 2000, 3:00:00 AM2/10/00
to
When I compile the shm, I got

gcc -fPIC -DHAVE_UNION_SEMUN -g -O2 -I/usr/include/python1.5 -
I/usr/include/pyt
hon1.5 -DHAVE_CONFIG_H -c ./shmmodule.c
./shmmodule.c: In function `check_semaphore_identity':
./shmmodule.c:619: storage size of `arg' isn't known
./shmmodule.c: In function `PyShmSemaphore_setgid':
./shmmodule.c:755: storage size of `arg' isn't known
./shmmodule.c: In function `PyShmSemaphore_setperm':
./shmmodule.c:781: storage size of `arg' isn't known
./shmmodule.c: In function `PyShmSemaphore_setuid':
./shmmodule.c:809: storage size of `arg' isn't known
./shmmodule.c: In function `PyShmSemaphore_setval':
./shmmodule.c:857: storage size of `arg' isn't known
./shmmodule.c: In function `PyShm_semaphore':
./shmmodule.c:1218: storage size of `arg' isn't known
./shmmodule.c: In function `PyShm_create_semaphore':
./shmmodule.c:1269: storage size of `arg' isn't known
make: *** [shmmodule.o] Error 1

Please help. Thanks a lot :-)


Sent via Deja.com http://www.deja.com/
Before you buy.

Oleg Broytmann

unread,
Feb 10, 2000, 3:00:00 AM2/10/00
to dkh...@my-deja.com
On Thu, 10 Feb 2000 dkh...@my-deja.com wrote:
> gcc -fPIC -DHAVE_UNION_SEMUN -g -O2 -I/usr/include/python1.5 -
^^^^^^^^^^^^^^^^^^

Try to remove this. Some systems feel better withou it :)

Oleg.
----
Oleg Broytmann Foundation for Effective Policies p...@phd.russ.ru
Programmers don't die, they just GOSUB without RETURN.

0 new messages