Created
November 11, 2012 11:10
-
-
Save kvisle/4054601 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tv@apu:~/git/varnishapi$ gcc $(pkg-config varnishapi --cflags --libs) test.c | |
test.c: In function ‘do_stuff_cb’: | |
test.c:35:3: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint64_t’ [-Wformat] | |
/tmp/ccuL43xH.o: In function `do_stuff': | |
test.c:(.text+0x17f): undefined reference to `VSC_Iter' | |
/tmp/ccuL43xH.o: In function `main': | |
test.c:(.text+0x195): undefined reference to `VSM_New' | |
test.c:(.text+0x1a5): undefined reference to `VSC_Setup' | |
test.c:(.text+0x1b6): undefined reference to `VSC_Open' | |
test.c:(.text+0x1d0): undefined reference to `VSC_Main' | |
collect2: ld returned 1 exit status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment