LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   What is wrong with my GCC? (https://www.linuxquestions.org/questions/slackware-14/what-is-wrong-with-my-gcc-4175437308/)

lkraemer 11-16-2012 03:48 AM

Quote:

btw, a silly question - which way do you include it?
#include "stdio.h", or
#include <stdio.h> ?
(note angle brackets vs quotation marks)
<stdio.h> searches in standard C library locations, whereas "stdio.h" searches in the current directory as well.

Ideally, you would use <...> for standard C libraries and "..." for libraries that you write, and are present in the current directory.

Larry

wildwizard 11-16-2012 04:09 AM

Quote:

Originally Posted by Iuz (Post 4830421)
-rw-r--r-- 1 root root 210 22.10.2012 02:40 glibc-2.15_multilib-x86_64-7alien

Broken package there the file size is far too small, it should be ~562000.

Redownload and reinstall that package.

Iuz 11-16-2012 08:17 AM

The problem was the broken package...
Thanks everyone for helping...


All times are GMT -5. The time now is 02:40 AM.