MySQL - help!
  #1 (permalink)  
Unread 03-02-2010, 01:50 AM
acbarberi acbarberi is offline
Junior Member
 
Join Date: Mar 2010
Posts: 2
Exclamation MySQL - help!

I've installed MySQL on my system and I'm trying to make a C program that interacts with MySQL, but I just can't figure out what my problem is. Here is the error message I get:

Ld "build/Debug/C Cmd" normal x86_64
cd "/Users/acbarberi/Projects/C Cmd"
setenv MACOSX_DEPLOYMENT_TARGET 10.6
/Developer/usr/bin/gcc-4.2 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk "-L/Users/acbarberi/Projects/C Cmd/build/Debug" -L/users/acbarberi/mysqlcode/include -L/users/acbarberi/mysqlcode/lib "-F/Users/acbarberi/Projects/C Cmd/build/Debug" -filelist "/Users/acbarberi/Projects/C Cmd/build/C Cmd.build/Debug/C Cmd.build/Objects-normal/x86_64/C Cmd.LinkFileList" -mmacosx-version-min=10.6 -o "/Users/acbarberi/Projects/C Cmd/build/Debug/C Cmd"

Undefined symbols:
"_mysql_close", referenced from:
_main in main.o
"_mysql_init", referenced from:
_main in main.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
Reply With Quote

  #2 (permalink)  
Unread 03-02-2010, 03:08 AM
acbarberi acbarberi is offline
Junior Member
 
Join Date: Mar 2010
Posts: 2
Default

I figured it out.

1) In Xcode with your project open, go to Project...Edit Project Settings

2) Open the Build tab.

3) In the search box type, "Other Linker Flags"

4) Add these flags: -lmysqlclient -lm -lz


That fixed it for me!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT. The time now is 11:11 PM.


vBulletin skin developed by: eXtremepixels
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28