Advertisement
Guest User

Untitled

a guest
Nov 19th, 2011
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. Linking milltask
  2. /usr/bin/g++ -L/home/anders/Desktop/emc2-dev/lib -Wl,-rpath,/home/anders/Desktop/emc2-dev/lib -o ../bin/milltask objects/emc/motion/emcmotglb.o objects/emc/task/emctask.o objects/emc/task/emccanon.o objects/emc/task/emctaskmain.o objects/emc/motion/usrmotintf.o objects/emc/motion/emcmotutil.o objects/emc/task/taskintf.o objects/emc/motion/dbuf.o objects/emc/motion/stashf.o objects/emc/rs274ngc/tool_parse.o objects/emc/task/taskmodule.o objects/emc/task/taskclass.o objects/emc/task/backtrace.o objects/rtapi/sim_ulapi.o ../lib/librs274.so.0 ../lib/libemc.a ../lib/libnml.so.0 ../lib/libemcini.so.0 ../lib/libposemath.so.0 ../lib/libemchal.so.0
  3. /usr/bin/ld: objects/emc/task/taskclass.o: undefined reference to symbol 'PythonPlugin::configure(char const*, char const*, _inittab*, Interp*)'
  4. /usr/bin/ld: note: 'PythonPlugin::configure(char const*, char const*, _inittab*, Interp*)' is defined in DSO /home/anders/Desktop/emc2-dev/lib/libpyplugin.so.0 so try adding it to the linker command line
  5. /home/anders/Desktop/emc2-dev/lib/libpyplugin.so.0: could not read symbols: Invalid operation
  6. collect2: ld returned 1 exit status
  7. make: *** [../bin/milltask] Error 1
  8.  
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement