compiling problem (command line)
compiling problem (command line)
- Subject: compiling problem (command line)
- From: Theodore Petrosky <email@hidden>
- Date: Tue, 11 Nov 2003 12:22:20 -0800 (PST)
I seem to be having a problem with compiling a program
from the CLI.
I am trying to make psqlODBC.
When I navigate to the directory with the source, I:
./configure --with-iodbc
make
i get these make errors:
ld: Undefined symbols:
_CFBundleCopyExecutableURL
_CFBundleCopyResourceURL
_CFBundleGetBundleWithIdentifier
_CFRelease
_CFStringGetCString
_CFURLCopyFileSystemPath
___CFStringMakeConstantString
make[1]: *** [psqlodbc.la] Error 1
This looks like 'core foundation' stuff. Do I have to
edit the configuration file or add a path for the
linker? If I can add a path, how?
I know this 'should' work as I finally got a binary
from someone else and it works fine. I would like to
understand why it is not working.
Ted
__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.