Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C

Compiler

gcc 10.1.0

Options
Warnings
C11(GNU)
no pedantic

Author

anonymous

over 4 years ago

$ gcc prog.c -Wall -Wextra -std=gnu11
/usr/lib/x86_64-linux-gnu/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
/tmp/cc6zJXG5.o: In function `intrapolation_velocity':
prog.c:(.text+0x188): undefined reference to `sqrt'
prog.c:(.text+0x222): undefined reference to `sqrt'
prog.c:(.text+0x2bc): undefined reference to `sqrt'
prog.c:(.text+0x356): undefined reference to `sqrt'
collect2: error: ld returned 1 exit status
Exit Code:
1