badness in python 2?

D-Man dsh8290 at rit.edu
Thu Nov 16 00:19:09 EST 2000


Yeah, I'm an idiot.  When I added the -lutil option to the compile command I was doing it by hand on the command line.  (not through make or rpm)  When I got no further output I figured it didn't work.  A while later I realized that it had completed successfully and went no further because rpm wasn't running the build.  :-)

-D

On Wed, 15 Nov 2000 12:16:04 Neil Schemenauer wrote:
 | On Wed, Nov 15, 2000 at 02:22:34PM -0500, D-Man wrote:
 | > Is this a problem with python or gcc 2.96?
 | > 
 | > /usr/lib/python2.0/config/libpython2.0.a(posixmodule.o): In function `posix_tmpnam':
 | > /usr/src/redhat/BUILD/Python-2.0/Modules/./posixmodule.c:4106: the use of `tmpnam_r' is dangerous, better use `mkstemp'
 | > /usr/lib/python2.0/config/libpython2.0.a(posixmodule.o): In function `posix_tempnam':
 | > /usr/src/redhat/BUILD/Python-2.0/Modules/./posixmodule.c:4062: the use of `tempnam' is dangerous, better use `mkstemp'
 | > 
 | > 
 | > These errors won't let a particular app that embeds python compile.
 | 
 | Those are warnings.  You must have some other problem.
 | 
 |   Neil
 | 
 | -- 
 | http://www.python.org/mailman/listinfo/python-list
 | 






More information about the Python-list mailing list