Hi,
I was trying to build drizzle with boost version 1.46.1 on Ubuntu 12.04. I
got this error:

/usr/bin/ld: drizzled/drizzled_drizzled-cursor.o: undefined reference to
symbol 'boost::system::system_category()'
/usr/bin/ld: note: 'boost::system::system_category()' is defined in DSO
/usr/lib/libboost_system.so.1.46.1 so try adding it to the linker command
line
/usr/lib/libboost_system.so.1.46.1: could not read symbols: Invalid
operation
collect2: ld returned 1 exit status

I knew its a linker problem , I need to add -l boost_system. So how can I
do that in make file or config file ?

Thanks
--
Mohit Srivastava
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : drizzle-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to