tanrj / pyodbc

Automatically exported from code.google.com/p/pyodbc
MIT No Attribution
0 stars 0 forks source link

Can't build pyodbc on ubuntu karmic(9.10) #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
python setup.py build
gets an error: command 'gcc' failed with exit status 1

>>What version of the product are you using? On what operating system?
pyodbc-2.1.6
Python 2.6.2+
gcc (Ubuntu 4.4.0-8ubuntu2) 4.4.0
g++ (Ubuntu 4.4.0-8ubuntu2) 4.4.0

Original issue reported on code.google.com by banza.b...@gmail.com on 27 Jun 2009 at 2:31

Attachments:

GoogleCodeExporter commented 8 years ago
soory, may be i'm missed to install unixodbc-dev (or python-dev)
but now build is ok.

usver@banza-laptop:~/pyodbc$ sudo python setup.py build install
running build
running build_ext
running install
running install_lib
copying build/lib.linux-i686-2.6/pyodbc.so -> 
/usr/local/lib/python2.6/dist-packages
running install_egg_info
Writing /usr/local/lib/python2.6/dist-packages/pyodbc-2.1.6_beta1.egg-info

Original comment by banza.b...@gmail.com on 27 Jun 2009 at 5:00

GoogleCodeExporter commented 8 years ago

Original comment by mkleehammer on 8 Aug 2009 at 2:46

GoogleCodeExporter commented 8 years ago

Original comment by mkleehammer on 21 Nov 2010 at 4:43