Advertisement
mjktfw

Untitled

Oct 13th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.74 KB | None | 0 0
  1. Making all in src
  2. make[2]: Entering directory `/home/mjktfw/Desktop/mfold_util-4.6/src'
  3. gcc  -O3 -Wall -m32  -L/usr/X11R6/lib -L/usr/local/lib -L/usr/lib -o boxplot_ng boxplot_ng.o  -lpng -ljpeg -lgd
  4. /usr/bin/ld: boxplot_ng.o: undefined reference to symbol 'sqrt@@GLIBC_2.0'
  5. /usr/bin/ld: note: 'sqrt@@GLIBC_2.0' is defined in DSO /lib/i386-linux-gnu/libm.so.6 so try adding it to the linker command line
  6. /lib/i386-linux-gnu/libm.so.6: could not read symbols: Invalid operation
  7. collect2: error: ld returned 1 exit status
  8. make[2]: *** [boxplot_ng] Error 1
  9. make[2]: Leaving directory `/home/mjktfw/Desktop/mfold_util-4.6/src'
  10. make[1]: *** [all-recursive] Error 1
  11. make[1]: Leaving directory `/home/mjktfw/Desktop/mfold_util-4.6'
  12. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement