Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. arm-linux-gnueabi-g++ -I. -I../ -I../Comms/Linux -Wall -DLINUX -fpic -o ../../work/MyProgram main.o
  2. -L../../work -L/usr/arm-linux-gnueabi/lib -lComms -lConsole -lUtilities -ldl
  3. ../../work/libUtilities.so: undefined reference to `dlsym'
  4. ../../work/libUtilities.so: undefined reference to `dlopen'
  5. collect2: error: ld returned 1 exit status
  6.  
  7. g++ -I. -I../ -I../Comms/Linux -Wall -DLINUX -fpic -o ../../work/MyProgram main.o
  8. -L../../work -lComms -lConsole -lUtilities -ldl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement