public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Getting List of Static Libraries used in Executable
@ 2004-04-08  4:57 Lalit Seth
  2004-04-08 11:55 ` Eljay Love-Jensen
  0 siblings, 1 reply; 8+ messages in thread
From: Lalit Seth @ 2004-04-08  4:57 UTC (permalink / raw)
  To: gcc-help

Hi

How can i get the List of Static Libraries Used in the Exectable Created. As 
ldd shows the list if Shared Libraries used in executable.

Rgds
LS

_________________________________________________________________
Get head-hunted by 10,000 recruiters.  http://go.msnserver.com/IN/46246.asp 
Post your CV on naukri.com today.

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

* Re: Getting List of Static Libraries used in Executable
  2004-04-08  4:57 Getting List of Static Libraries used in Executable Lalit Seth
@ 2004-04-08 11:55 ` Eljay Love-Jensen
  2004-04-08 13:12   ` gcc v2.96 Nizar ROMDHANE
  0 siblings, 1 reply; 8+ messages in thread
From: Eljay Love-Jensen @ 2004-04-08 11:55 UTC (permalink / raw)
  To: Lalit Seth, gcc-help

Hi LS,

The linker's --print-map will do the job:
  gcc -Wl,--print-map foo.c 2>foo.map

HTH,
--Eljay

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

* gcc v2.96
  2004-04-08 11:55 ` Eljay Love-Jensen
@ 2004-04-08 13:12   ` Nizar ROMDHANE
  2004-04-08 13:45     ` Eljay Love-Jensen
                       ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Nizar ROMDHANE @ 2004-04-08 13:12 UTC (permalink / raw)
  To: gcc-help

Hi all,

I'm trying to get the source code for gcc v2.96 (the one shipped with several linux distributions) 
but I can not find it on the website of gnu. Can anyone help me. I heard alco about the existence of 
a v2.95.4, is it true? I f yes where to download it?

Thanks a lot
Best regerads

-- 
-----------------------------------------
Nizar ROMDHANE       			
System Level Design Engineer
SLD Team Leader - OCCS - CMG Design - CMG  		
STMicroelectronics Tunis        	
Cite Technologique des communications -	
Elghazala - 2088 - Ariana - TUNISIA	
phone:	+216 71 857 750 (office 131)
mobile: +216 97 431 708	
fax:	+216 71 857 525			
e-mail:	nizar.romdhane@st.com		
	nizar_romdane@yahoo.fr		
web:	http://www.st.com		
-----------------------------------------

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

* Re: gcc v2.96
  2004-04-08 13:12   ` gcc v2.96 Nizar ROMDHANE
@ 2004-04-08 13:45     ` Eljay Love-Jensen
  2004-04-08 17:37     ` llewelly
  2004-04-08 19:21     ` law
  2 siblings, 0 replies; 8+ messages in thread
From: Eljay Love-Jensen @ 2004-04-08 13:45 UTC (permalink / raw)
  To: Nizar ROMDHANE, gcc-help

Hi Nizar,

There is no "GNU GCC v2.96".

There is a non-GNU GCC 2.96, which was produced by and distributed by Red 
Hat (not by GNU).  I tend to call it "RH/GCC 2.96", to highlight its 
non-GNU nature.

(Likewise, with OSX/GCC 3.3, because there have been several platform 
specific enhancements by Apple's own gurus.  If I'm not mistaken, Apple's 
engineers are in the process of folding their changes back into the GNU GCC 
mainline.  I'd presume there is a somewhat arduous submission and review 
process.)

I presume that Red Hat has the source code available on their website.

HTH,
--Eljay

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

* Re: gcc v2.96
  2004-04-08 13:12   ` gcc v2.96 Nizar ROMDHANE
  2004-04-08 13:45     ` Eljay Love-Jensen
@ 2004-04-08 17:37     ` llewelly
  2004-04-08 19:21     ` law
  2 siblings, 0 replies; 8+ messages in thread
From: llewelly @ 2004-04-08 17:37 UTC (permalink / raw)
  To: Nizar ROMDHANE; +Cc: gcc-help

Nizar ROMDHANE <nizar.romdhane@st.com> writes:

> Hi all,
> 
> I'm trying to get the source code for gcc v2.96 (the one shipped with
> several linux distributions) but I can not find it on the website of
> gnu. Can anyone help me. I heard alco about the existence of a
> v2.95.4, is it true? I f yes where to download it?

Certain OS implementors - freebsd and debian come to mind - for a time
    used a snapshot of the gcc 2.95.x branch taken after the gcc 2.95.3,
    with OS-specific modifications/bugfixes. They called the resulting
    compiler 'gcc 2.95.4' .

There was no fsf gcc 2.95.4, and more than one non-fsf gcc 2.95.4
    . (Similarily for 2.96; there are non-fsf gccs not related to the
    redhat 2.96 which are called 2.96 .)

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

* Re: gcc v2.96
  2004-04-08 13:12   ` gcc v2.96 Nizar ROMDHANE
  2004-04-08 13:45     ` Eljay Love-Jensen
  2004-04-08 17:37     ` llewelly
@ 2004-04-08 19:21     ` law
  2004-04-12 11:24       ` Nizar ROMDHANE
  2 siblings, 1 reply; 8+ messages in thread
From: law @ 2004-04-08 19:21 UTC (permalink / raw)
  To: Nizar ROMDHANE; +Cc: gcc-help

In message <407547AB.6000306@st.com>, Nizar ROMDHANE writes:
 >Hi all,
 >
 >I'm trying to get the source code for gcc v2.96 (the one shipped with several
 > linux distributions) 
 >but I can not find it on the website of gnu. Can anyone help me. I heard alco
 > about the existence of 
 >a v2.95.4, is it true? I f yes where to download it?
You will need to get it from your OS vendor.  2.96 in particular is not an
FSF release -- it was a pre GCC 3.0 snapshot used by Red Hat for RHL 7.x
and the sources can be found on your SRPM disks and/or Red Hat's FTP
sites.

jeff



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

* Re: gcc v2.96
  2004-04-08 19:21     ` law
@ 2004-04-12 11:24       ` Nizar ROMDHANE
  2004-04-12 11:56         ` Eljay Love-Jensen
  0 siblings, 1 reply; 8+ messages in thread
From: Nizar ROMDHANE @ 2004-04-12 11:24 UTC (permalink / raw)
  To: law; +Cc: gcc-help

law@redhat.com wrote:
> In message <407547AB.6000306@st.com>, Nizar ROMDHANE writes:
>  >Hi all,
>  >
>  >I'm trying to get the source code for gcc v2.96 (the one shipped with several
>  > linux distributions) 
>  >but I can not find it on the website of gnu. Can anyone help me. I heard alco
>  > about the existence of 
>  >a v2.95.4, is it true? I f yes where to download it?
> You will need to get it from your OS vendor.  2.96 in particular is not an
> FSF release -- it was a pre GCC 3.0 snapshot used by Red Hat for RHL 7.x
> and the sources can be found on your SRPM disks and/or Red Hat's FTP
> sites.
> 
> jeff
> 
> 
> 
> 

Hi,

Thanks a lot for your help, but I can not find the source code under Redhat ftp site. Can you give 
the complete path please?

Thanks a lot
Best regards

-- 
-----------------------------------------
Nizar ROMDHANE       			
System Level Design Engineer
SLD Team Leader - OCCS - CMG Design - CMG  		
STMicroelectronics Tunis        	
Cite Technologique des communications -	
Elghazala - 2088 - Ariana - TUNISIA	
phone: 
+216 71 857 750 (office 131)
mobile: +216 97 431 708	
fax: 
+216 71 857 525			
e-mail: 
nizar.romdhane@st.com 
	
	nizar_romdane@yahoo.fr		
web: 
http://www.st.com 
	
-----------------------------------------

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

* Re: gcc v2.96
  2004-04-12 11:24       ` Nizar ROMDHANE
@ 2004-04-12 11:56         ` Eljay Love-Jensen
  0 siblings, 0 replies; 8+ messages in thread
From: Eljay Love-Jensen @ 2004-04-12 11:56 UTC (permalink / raw)
  To: Nizar ROMDHANE, law; +Cc: gcc-help

Hi Nizar,

You should familiarize yourself with an on-line tool called "Google" 
(www.google.com).  The technology is nothing short of amazing.

 >Can you give the complete path please?

http://updates.redhat.com/7.3/en/os/SRPMS/gcc-2.96-113.src.rpm

HTH,
--Eljay

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

end of thread, other threads:[~2004-04-12 11:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-08  4:57 Getting List of Static Libraries used in Executable Lalit Seth
2004-04-08 11:55 ` Eljay Love-Jensen
2004-04-08 13:12   ` gcc v2.96 Nizar ROMDHANE
2004-04-08 13:45     ` Eljay Love-Jensen
2004-04-08 17:37     ` llewelly
2004-04-08 19:21     ` law
2004-04-12 11:24       ` Nizar ROMDHANE
2004-04-12 11:56         ` Eljay Love-Jensen

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