Skip to content

Conversation

@azend
Copy link

@azend azend commented May 22, 2016

gcc -lstdc++ obj/main.o obj/parser.o obj/pcb-probe.o -o pcb-probe
/usr/bin/ld: obj/pcb-probe.o: undefined reference to symbol 'ceill@@GLIBC_2.2.5'
/usr/lib/libm.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:33: recipe for target 'pcb-probe' failed
make: *** [pcb-probe] Error 1

```
gcc -lstdc++ obj/main.o obj/parser.o obj/pcb-probe.o -o pcb-probe
/usr/bin/ld: obj/pcb-probe.o: undefined reference to symbol 'ceill@@GLIBC_2.2.5'
/usr/lib/libm.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:33: recipe for target 'pcb-probe' failed
make: *** [pcb-probe] Error 1
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant