]> granicus.if.org Git - python/commitdiff
Some systems need -lucb to compile the mmap module. Add a comment to
authorFred Drake <fdrake@acm.org>
Fri, 15 Sep 2000 18:55:58 +0000 (18:55 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 15 Sep 2000 18:55:58 +0000 (18:55 +0000)
this effect.

This address one aspect of SourceForge bug #113797.

Modules/Setup.in

index ae9352b9421b79c25669333ccdf018d27786c5cc..994c68752e17d3eb8ed5490259af09a2d522b79f 100644 (file)
@@ -150,10 +150,13 @@ fcntl fcntlmodule.c       # fcntl(2) and ioctl(2)
 pwd pwdmodule.c                # pwd(3) 
 grp grpmodule.c                # grp(3)
 errno errnomodule.c    # posix (UNIX) errno values
-mmap mmapmodule.c       # Memory-mapped files (also works on Win32)
 select selectmodule.c  # select(2); not on ancient System V
 _socket socketmodule.c # socket(2)
 
+# Memory-mapped files (also works on Win32).
+# Some platforms require -lucb.
+mmap mmapmodule.c # -lucb
+
 # Socket module compiled with SSL support; you must edit the SSL variable:
 #SSL=/usr/local/ssl
 #_socket socketmodule.c \