Re: help with OSX make problem

From: Theodore Petrosky <tedpet5(at)yahoo(dot)com>
To: Timothy Reaves <treaves(at)silverfields(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: help with OSX make problem
Date: 2003-11-08 19:06:25
Message-ID: 20031108190625.40579.qmail@web41001.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc


Timothy,

Yes, i downloaded and installed libiodbc-3.51.1. This
is what I thought I should have used based on reading
the different web pages. Is this what you installed?

Ted

--- Timothy Reaves <treaves(at)silverfields(dot)com> wrote:
> I'm not sure if makes any difference, but do you
> have the iodbc
> development kit installed? I do.
>
>
> On Nov 7, 2003, at 9:14 AM, Theodore Petrosky wrote:
>
> > Benny,
> >
> > Thanks,
> >
> > it does indeed make without the iodbc however I
> can
> > not add a DSN in odbc administator... according to
> all
> > the information I can find, making psqlODBC with
> iodbc
> > and using the iodbc admin program is supposed to
> work.
> >
> > I can not for the life of me understand how to get
> > this to work.
> >
> > I was emailing someone that did get it to work,
> > however there must be a difference in his system
> setup
> > as his method of ./configure --with-iodbc, make,
> make
> > install fails for me.
> >
> > I don't know where or how to get the process to
> see
> > my core foundation stuff.
> >
> > If you can help please do....
> >
> > Ted
> >
> > --- Benjamin Riefenstahl
> > <Benjamin(dot)Riefenstahl(at)epost(dot)de> wrote:
> >> Hi Theodore,
> >>
> >>
> >> Theodore Petrosky <tedpet5(at)yahoo(dot)com> writes:
> >>> Please, I need some help figuring out a Mac OS X
> >> problem.
> >>
> >>> I downloaded and installed the libiodbc-3.51.1
> >> sources.
> >>
> >> Isn't that another ODBC implementation? Mac OS X
> >> already has a
> >> version of ODBC by Apple, so you shouldn't need
> >> that.
> >>
> >>> then the psqlodbc-07.03.0200 sources.
> >>
> >>> I configured with ./configure --with-iodbc
> >> however, before finishing
> >>> make I am getting errors like this:
> >>>
> >>> ld: Undefined symbols:
> >>> _CFBundleCopyExecutableURL
> >>> _CFBundleCopyResourceURL
> >>> _CFBundleGetBundleWithIdentifier
> >>> _CFRelease
> >>> _CFStringGetCString
> >>> _CFURLCopyFileSystemPath
> >>> ___CFStringMakeConstantString
> >>> make[1]: *** [psqlodbc.la] Error 1
> >>> make: *** [all] Error 2
> >>>
> >>> This looks like 'core foundations' stuff..
> >>
> >> Right. So you probably just need to add
> "-framework
> >> CoreFoundation"
> >> to your link line.
> >>
> >>
> >> benny
> >>
> >>
> >> ---------------------------(end of
> >> broadcast)---------------------------
> >> TIP 4: Don't 'kill -9' the postmaster
> >
> > __________________________________
> > Do you Yahoo!?
> > Protect your identity with Yahoo! Mail
> AddressGuard
> > http://antispam.yahoo.com/whatsnewfree
> >
> > ---------------------------(end of
> > broadcast)---------------------------
> > TIP 1: subscribe and unsubscribe commands go to
> > majordomo(at)postgresql(dot)org
>

> ATTACHMENT part 2 application/pkcs7-signature
name=smime.p7s

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Timothy Reaves 2003-11-08 20:18:36 Re: help with OSX make problem
Previous Message Timothy Reaves 2003-11-08 17:33:13 Re: help with OSX make problem