Created
March 7, 2016 16:00
-
-
Save susischmidt/123762df69c48e9990e6 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
173 Thread model: posix | |
174 gcc version 5.3.0 (GCC) | |
175 configure:6219: $? = 0 | |
176 configure:6208: gcc -V >&5 | |
177 gcc: error: unrecognized command line option '-V' | |
178 gcc: fatal error: no input files | |
179 compilation terminated. | |
180 configure:6219: $? = 1 | |
181 configure:6208: gcc -qversion >&5 | |
182 gcc: error: unrecognized command line option '-qversion' | |
183 gcc: fatal error: no input files | |
184 compilation terminated. | |
185 configure:6219: $? = 1 | |
186 configure:6239: checking whether the C compiler works | |
187 configure:6261: gcc -I/usr/local/include -L/usr/local/lib64 conftest.c >&5 | |
188 /usr/lib64/gcc/x86_64-slackware-linux/5.3.0/../../../../x86_64-slackware-linux/bin/ld: /usr/li b64/gcc/x86_64-slackware-linux/5.3.0/crtbegin.o: unrecognized relocation (0x2a) in section `.t ext' | |
189 /usr/lib64/gcc/x86_64-slackware-linux/5.3.0/../../../../x86_64-slackware-linux/bin/ld: final l ink failed: Bad value | |
190 collect2: error: ld returned 1 exit status | |
191 configure:6265: $? = 1 | |
192 configure:6303: result: no | |
193 configure: failed program was: | |
194 | /* confdefs.h */ | |
195 | #define PACKAGE_NAME "R" | |
196 | #define PACKAGE_TARNAME "R" | |
197 | #define PACKAGE_VERSION "3.2.2" | |
198 | #define PACKAGE_STRING "R 3.2.2" | |
199 | #define PACKAGE_BUGREPORT "https://bugs.r-project.org" | |
200 | #define PACKAGE_URL "https://www.r-project.org" | |
201 | #define PACKAGE "R" | |
202 | #define VERSION "3.2.2" | |
203 | #define R_PLATFORM "x86_64-pc-linux-gnu" | |
204 | #define R_CPU "x86_64" | |
205 | #define R_VENDOR "pc" | |
206 | #define R_OS "linux-gnu" | |
207 | #define Unix 1 | |
208 | #define R_ARCH "" | |
209 | /* end confdefs.h. */ | |
210 | | |
211 | int | |
212 | main () | |
213 | { | |
214 | | |
215 | ; | |
216 | return 0; | |
217 | } | |
218 configure:6308: error: in `/root/R-3.2.2': | |
219 configure:6310: error: C compiler cannot create executables | |
220 See `config.log' for more details |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment