bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

compile using make!


From: SINAn G
Subject: compile using make!
Date: Fri, 20 Jun 2014 12:37:45 +0800

Hi , 
i already design my model for LTE-Sim s/w and i tested under the eclipse successfully, however since i'm using mysql for my model then i was able to add mysqlcppconn to C++ linker form the setting 
Now when i want to compile my model under the LTE-Sim s/w i get an error message (which is the same message i got from eclipse when i didn't add the mysqlcppconn to the C++ linker), the error message is :
undefined reference to `get_driver_instance'
which is related to mysql because i didn't include the {mysqlcppconn} during the {make}

So my Question how to do include  {mysqlcppconn} library during the execution of {make } of LTE-Sim

thanks for help

reply via email to

[Prev in Thread] Current Thread [Next in Thread]