Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

C/C++ lib files

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
mengjin

C/C++ lib files

#1 Post by mengjin »

Just installed Debian (5.1), and tried to test GNU GCC compiler.
(gcc 3.4 package installed)

It reported that 'stdio.h' can not be found.

Anybody can help? Thanks!

User avatar
brain
Posts: 253
Joined: 2006-04-25 17:15

Re: C/C++ lib files

#2 Post by brain »

mengjin wrote:Just installed Debian (5.1)
3.1r2 is the latest release of Debian.
mengjin wrote: It reported that 'stdio.h' can not be found.
stdio.h is in the package libc6-dev. To install it, open a terminal and type apt-get install libc6-dev.

If it still doesn't work, post the source code, and the command you use to compile it.

mengjin

thanks

#3 Post by mengjin »

Thanks, Brian!

Your're right, it's 3.1r2 that I installed.

Post Reply