public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* ask question
@ 2003-01-09  4:02 lixd
  2003-01-10 23:45 ` LLeweLLyn Reese
  0 siblings, 1 reply; 5+ messages in thread
From: lixd @ 2003-01-09  4:02 UTC (permalink / raw)
  To: gcc-help

greetings all:
  I want to study GCC compiler internals. So I installed it on 
a solaris8 machine use default option.
  when I load gcc with workshop it can not find debug info.
  So whether i should add some options to build to has debug info?
  what's the steps?

thanks
webman

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

* Re: ask question
  2003-01-09  4:02 ask question lixd
@ 2003-01-10 23:45 ` LLeweLLyn Reese
  2003-03-15 21:24   ` Can the function "connect()" & "listen() + accept()" be used with the same TCP port at the same time ? Louie Chan
  0 siblings, 1 reply; 5+ messages in thread
From: LLeweLLyn Reese @ 2003-01-10 23:45 UTC (permalink / raw)
  To: lixd; +Cc: gcc-help

"lixd" <lixdfromjx@yeah.net> writes:

> greetings all:
>   I want to study GCC compiler internals. So I installed it on 
> a solaris8 machine use default option.
>   when I load gcc with workshop it can not find debug info.
>   So whether i should add some options to build to has debug info?
>   what's the steps?

http://gcc.gnu.org/projects/beginner.html

has some links you may find useful.

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

* Can the function "connect()" & "listen() + accept()" be used with the same TCP port at the same time ?
  2003-01-10 23:45 ` LLeweLLyn Reese
@ 2003-03-15 21:24   ` Louie Chan
  0 siblings, 0 replies; 5+ messages in thread
From: Louie Chan @ 2003-03-15 21:24 UTC (permalink / raw)
  To: LLeweLLyn Reese, lixd; +Cc: gcc-help, lixdfromjx

Dear sir/madam,

Does anyone know if I can use the functions "listen() & accept()" after one successful TCP connection with the function "connect" ?
Please refer to the following concept codes !!

int sockfd, new_connect_fd;

sockfd = socket(domain, type, protocol);
connect(sockfd, sockaddr, addrlen);			<--- connect() and connection successful !
listen(sockfd, backlog);
new_connect_fd =  accept(sockfd, sockaddr, addrlen);	<--- Can the accept() be used after using connect() ?

Thanks for your help !

Best Regards. Louie

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

* Re: ask question
  2003-01-11  9:21 ask question ceoji singh
@ 2003-01-11 17:43 ` LLeweLLyn Reese
  0 siblings, 0 replies; 5+ messages in thread
From: LLeweLLyn Reese @ 2003-01-11 17:43 UTC (permalink / raw)
  To: ceoji singh; +Cc: ixdfromjx, gcc-help

ceoji singh <ceoji2001@yahoo.com> writes:

> Are there any such pages for beginners project at gnu
> or some other Free software sites.

I don't know. I only know about the gcc.gnu.org pages I already gave a
link for.

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

* Re: ask question
@ 2003-01-11  9:21 ceoji singh
  2003-01-11 17:43 ` LLeweLLyn Reese
  0 siblings, 1 reply; 5+ messages in thread
From: ceoji singh @ 2003-01-11  9:21 UTC (permalink / raw)
  To: llewelly, ixdfromjx, gcc-help


Are there any such pages for beginners project at gnu
or some other Free software sites.

regards

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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

end of thread, other threads:[~2003-03-15 19:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-09  4:02 ask question lixd
2003-01-10 23:45 ` LLeweLLyn Reese
2003-03-15 21:24   ` Can the function "connect()" & "listen() + accept()" be used with the same TCP port at the same time ? Louie Chan
2003-01-11  9:21 ask question ceoji singh
2003-01-11 17:43 ` LLeweLLyn Reese

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).