473,383 Members | 1,748 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

psqlodbc-07.03.0200 --with-iodbc won7t compile on Mac OS X

Okay, not much traffic on the postgres.odbc group so I'll try here.

I'm trying to get postgresql and excel x to talk over odbc and a cup of
tea but the psql odbc driver is not compiling for me today.
I used configure with --with-iodbc option.

this is the standard out output from the make process:
make all-am
/bin/sh ./libtool --mode=link gcc -g -O2 -o psqlodbc.la -rpath
/usr/local/lib -module -no-undefined -avoid-version info.lo bind.lo
columninfo.lo connection.lo convert.lo drvconn.lo environ.lo execute.lo
lobj.lo win_md5.lo misc.lo options.lo pgtypes.lo psqlodbc.lo qresult.lo
results.lo socket.lo parse.lo statement.lo tuple.lo tuplelist.lo
dlg_specific.lo odbcapi.lo multibyte.lo gpps.lo odbcapi30.lo pgapi30.lo
info30.lo -liodbcinst
rm -fr .libs/psqlodbc.la .libs/psqlodbc.* .libs/psqlodbc.*
gcc -r -keep_private_externs -nostdlib -o .libs/psqlodbc.so-master.o
info.lo bind.lo columninfo.lo connection.lo convert.lo drvconn.lo
environ.lo execute.lo lobj.lo win_md5.lo misc.lo options.lo pgtypes.lo
psqlodbc.lo qresult.lo results.lo socket.lo parse.lo statement.lo
tuple.lo tuplelist.lo dlg_specific.lo odbcapi.lo multibyte.lo gpps.lo
odbcapi30.lo pgapi30.lo info30.lo && gcc -bundle -o .libs/psqlodbc.so
..libs/psqlodbc.so-master.o -L/usr/local/lib -liodbcinst -lc
ld: Undefined symbols:
_CFBundleCopyExecutableURL
_CFBundleCopyResourceURL
_CFBundleGetBundleWithIdentifier
_CFRelease
_CFStringGetCString
_CFURLCopyFileSystemPath
___CFStringMakeConstantString

I found a similar reference to this problem here:
http://www.google.co.jp/search?q=cac...TF-8&inlang=ja
but archives.postgresql.org seems to be down and I couldn't access the
google cache for the response.
I'd appreciate your help on the topic.
Nov 23 '05 #1
1 2409
Tim Perkins wrote:
Okay, not much traffic on the postgres.odbc group so I'll try here.
There would have been traffic if you had actually posted there.
I'm trying to get postgresql and excel x to talk over odbc and a cup
of tea but the psql odbc driver is not compiling for me today.
I used configure with --with-iodbc option.


To compile it, run

../configure --with-iodbc LDFLAGS='-Wl,-framework,Carbon'

There are, however, rumours that it still doesn't run well. You're in
unchartered territory.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Nov 23 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: svend | last post by:
Hey everyone, this is my first messege to this group, so I hope it's fitting. I've been messing with time alot recently, particularly time formatting. During that, I've observed, that when...
3
by: Patrick Vanhoof | last post by:
Hi, I am starting to use Eclipse as development environment for Java. When I compile a small simple Java program I get the error below. Anyone knows what is wrong? All help very much...
5
by: Paweł | last post by:
void __fastcall TRabatyForm::Edit1iKeyPress(TObject *Sender, char &Key) { if((Key < '0') (Key > '9') Key = '#0'; } Why? I need to filter alloed key do digits only. Pawel
4
by: Greger | last post by:
Dear all, what do you people use for organising code for optimal compile time? I have an app , gui + core + file ops, which is growing and compile time is too long, need a better way of organising...
13
by: Mtk | last post by:
Hi! Why does the following, simple, example produce such errors? I know it has to do with the two header files including each other and (moreover) the usage of the classes One and Two in the...
2
by: MB | last post by:
Hello! At home I am using ASP.net to develop an asp application. Now I have copied this application to my IIS5.0 server at my workplace. Everything works fine, but then I would do a change in a...
7
by: Holger (David) Wagner | last post by:
Hi Group, I've searched the Web for precompilers that compile ASPX/ASCX pages just like it can be done with JSPs, but so far, I've only found approaches targetted at increasing the performance....
1
by: Dexter | last post by:
Hello all, i have a class and a .aspx file, and i need to compile all in a assembly file. I want to distribute only the assembly (.dll), and not a assembly file and a ..aspx file. Somebody can...
4
by: Martijn de Munnik | last post by:
Hi, I want to compile python on my solaris 10 system (amd 64 bit). I did the following: ../configure --prefix=/opt/64/python make which resulted in this error:
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.