public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* I need help.
@ 2004-05-25 11:47 Andre Pena
  2004-05-25 12:26 ` mike
  0 siblings, 1 reply; 7+ messages in thread
From: Andre Pena @ 2004-05-25 11:47 UTC (permalink / raw)
  To: gcc, gcc

Hello!

I'm a begginer in linux, and I've got some problems.

I have installed a linux based on Knoppix which contains the gcc compiler 
but not the include libraries. In this way, I cannot compile any program. I 
would like to know how can I insert the libraries in my computer... Which 
package should I install.

Sorry, my english is horrible
Thanks in advance.
_________________________________________________________________
MSN Hotmail, o maior webmail do Brasil.  http://www.hotmail.com

^ permalink raw reply	[flat|nested] 7+ messages in thread
* i need help
@ 2009-12-04 18:02 jose manuel Herrera Magana
  2009-12-04 18:29 ` Justin P. Mattock
  0 siblings, 1 reply; 7+ messages in thread
From: jose manuel Herrera Magana @ 2009-12-04 18:02 UTC (permalink / raw)
  To: gcc; +Cc: jose manuel Herrera Magana

i am try to star hit my password and just don't letme beginig and tele smoking about certifiques and signaturas than i never see befor

^ permalink raw reply	[flat|nested] 7+ messages in thread
* I need help
@ 2002-07-29  6:53 Hermione Granger
  2002-07-29  7:57 ` Tim Prince
  2002-07-29  8:02 ` Nathan Sidwell
  0 siblings, 2 replies; 7+ messages in thread
From: Hermione Granger @ 2002-07-29  6:53 UTC (permalink / raw)
  To: gcc

[-- Attachment #1: Type: text/plain, Size: 479 bytes --]

Dear GNU/GCC,

   My C++ source file is attached. The error I am getting is:

[xxxxx@xxxxxxxxx xxxxx]$ gcc -c test.cpp
test.cpp: In function `void set_num (long unsigned int *)':
test.cpp:5: incompatible types in assignment of `long unsigned int *'
to `long unsigned int[1000]'
[xxxxx@xxxxxxxxx xxxxx]$

Please tell me what I am doing wrong.

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

[-- Attachment #2: test.cpp --]
[-- Type: application/octet-stream, Size: 178 bytes --]

void set_num ( unsigned long set_to [ 1000 ] )
{
  unsigned long set_to2 [ 1000 ];
  unsigned long tmp [ 1000 ];
  set_to2 = set_to;

  tmp = set_to2;

  return;

}


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-12-04 18:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-25 11:47 I need help Andre Pena
2004-05-25 12:26 ` mike
  -- strict thread matches above, loose matches on Subject: below --
2009-12-04 18:02 i " jose manuel Herrera Magana
2009-12-04 18:29 ` Justin P. Mattock
2002-07-29  6:53 I " Hermione Granger
2002-07-29  7:57 ` Tim Prince
2002-07-29  8:02 ` Nathan Sidwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).