Created
August 15, 2012 17:12
-
-
Save peterix/3361680 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
| Linking CXX executable MultiMC | |
| /usr/bin/ld: cannot find -lwx_gtk2u_core-2.8 | |
| /usr/bin/ld: cannot find -lwx_baseu-2.8 | |
| /usr/bin/ld: cannot find -lwx_baseu_net-2.8 | |
| /usr/bin/ld: cannot find -lwx_gtk2u_adv-2.8 | |
| /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../lib/libcurl.a(libcurl_la-netrc.o): In function `Curl_parsenetrc': | |
| (.text+0x328): warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking | |
| /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../lib/libcurl.a(libcurl_la-curl_addrinfo.o): In function `Curl_getaddrinfo_ex': | |
| (.text+0x70): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking | |
| collect2: error: ld returned 1 exit status | |
| make[2]: *** [MultiMC] Error 1 | |
| make[1]: *** [CMakeFiles/MultiMC.dir/all] Error 2 | |
| make: *** [all] Error 2 | |
| *** Failed *** | |
| :< |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment