Here's something that doesn't look right:
On 02/21/2012 02:14 AM, tuxcnc wrote: > My script for dependiences is : ... > apt-get -y install libc6-dev-i386 ... > The error is : > > Linking classicladder > /usr/bin/ld: objects/hal/classicladder/socket_modbus_master.o: > undefined reference to symbol 'pthread_create@@GLIBC_2.2.5' > /usr/bin/ld: note: 'pthread_create@@GLIBC_2.2.5' is defined in DSO > /lib/x86_64-linux-gnu/libpthread.so.0 so try adding it to the linker > command line Looks like you have a 64-bit libpthreads and a 32-bit libc. Again, what does dpkg-checkbuilddeps say? That's really the best way to handle build dependencies. -- Sebastian Kuzminsky ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
