|
|
Choosing A Webhost: |
Undefined reference to Connection object....: msg#00079db.mysql.c++
g++ -I/usr/include/mysql -L/usr/include/mysql -L/usr/local/include -I/usr/local/include -lmysqlclient box.c -o box on this code: #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <netdb.h> #include <unistd.h> #include <signal.h> #include <stdio.h> #include <fcntl.h> #include <errno.h> #include <sys/time.h> #include <stdlib.h> #include <memory.h> #include <errno.h> #include <mysql/mysql.h> #include <iostream> #include <iomanip> #include "mysql++.h" #include "connection.h" using namespace std; int main(int argc, char *argv[]) { mysqlpp::Connection db(mysqlpp::use_exceptions); return (0); } Returns this error /tmp/ccDdQ32L.o(.text+0x20): In function `main': : undefined reference to `mysqlpp::Connection::Connection(bool)' /tmp/ccDdQ32L.o(.text+0x32): In function `main': : undefined reference to `mysqlpp::Connection::~Connection()' collect2: ld returned 1 exit status Ignore all the other includes they are for some socket programming that is another part of this program...I know that mysql++.h and connection.h are in /usr/local/include, and I cannot figure out why it's doing this when these function references are clearly there. Help! Josh
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: problems using mysql++ > 2.0.0, Warren Young |
|---|---|
| Next by Date: | unexpected abortion when printing rows, ZeeGeek |
| Previous by Thread: | RE:Compile Error on QNX 6.3 (was: RELEASE: v2.0.2), Haines, Charles A. |
| Next by Thread: | Re: Undefined reference to Connection object...., Warren Young |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |