Installing MySQLdb under Cygwin
Jason Tishler
jason at tishler.net
Mon Oct 13 14:02:13 EDT 2003
More information about the Python-list mailing list
Mon Oct 13 14:02:13 EDT 2003
- Previous message (by thread): Installing MySQLdb under Cygwin
- Next message (by thread): Installing MySQLdb under Cygwin
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Per, On Mon, Oct 13, 2003 at 01:53:48AM -0700, Perflubron wrote: > I get: > > ba58 52 mysql_init > [ 0] init_mysql__Fv > > I don't know what the __Fv means. The "__Fv" is the name mangling produced by g++. Try again with gcc. Or, add 'extern "C"' to the init function definition. What does objdump indicate now? Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6
- Previous message (by thread): Installing MySQLdb under Cygwin
- Next message (by thread): Installing MySQLdb under Cygwin
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list