linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Graphical overview
@ 2001-07-27 11:19 Frank Fiene
  2001-07-27 11:28 ` Jan-Benedict Glaw
  2001-07-27 12:52 ` Gordon Fraser
  0 siblings, 2 replies; 7+ messages in thread
From: Frank Fiene @ 2001-07-27 11:19 UTC (permalink / raw)
  To: LINUX Kernel

Where can i find the graphical overview of the linux kernel source 
tree? I saw a big jpg and a link to a homepage, but i lost the 
informations.

Regards. Frank.
-- 
Frank Fiene, SYNTAGS GmbH, Im Defdahl 5-10, D-44141 Dortmund, Germany
Security, Cryptography, Networks, Software Development
http://www.syntags.de mailto:Frank.Fiene@syntags.de

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

* Re: Graphical overview
  2001-07-27 11:19 Graphical overview Frank Fiene
@ 2001-07-27 11:28 ` Jan-Benedict Glaw
  2001-07-27 12:52 ` Gordon Fraser
  1 sibling, 0 replies; 7+ messages in thread
From: Jan-Benedict Glaw @ 2001-07-27 11:28 UTC (permalink / raw)
  To: LINUX Kernel

On Fri, Jul 27, 2001 at 01:19:03PM +0200, Frank Fiene wrote:
> Where can i find the graphical overview of the linux kernel source 
> tree? I saw a big jpg and a link to a homepage, but i lost the 
> informations.

You probably mean the LGP  (Linux Graph Project) by Rusty. It was
accessible through lgp.linuxcare.au, but it is no longer there. If
you wish, I'd send you a copy via private mail.

MfG, JBG


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

* Re: Graphical overview
  2001-07-27 11:19 Graphical overview Frank Fiene
  2001-07-27 11:28 ` Jan-Benedict Glaw
@ 2001-07-27 12:52 ` Gordon Fraser
  2001-07-27 13:37   ` Frank Fiene
  1 sibling, 1 reply; 7+ messages in thread
From: Gordon Fraser @ 2001-07-27 12:52 UTC (permalink / raw)
  To: linux-kernel

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

Frank Fiene <ffiene@veka.com> [010727 13:19] wrote:
> Where can i find the graphical overview of the linux kernel source 
> tree? I saw a big jpg and a link to a homepage, but i lost the 
> informations.

This is what you're looking for:
http://fcgp.sourceforge.net/

Cheers,
Gordon

-- 
+---------------------------------------------------------------------+
| Gordon Fraser            | Your mouse has moved. Windows NT must be |
| gordon@freakzone.net     | restarted for the change  to take effect.|
| ICQ: 12413204            | Reboot now? [ OK ]                       |
| http://www.freakzone.net |                                          |
+---------------------------------------------------------------------+

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

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

* Re: Graphical overview
  2001-07-27 12:52 ` Gordon Fraser
@ 2001-07-27 13:37   ` Frank Fiene
  2001-07-27 13:51     ` Graphical overview (close) Frank Fiene
                       ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Frank Fiene @ 2001-07-27 13:37 UTC (permalink / raw)
  To: linux-kernel

On Friday, 27. July 2001 14:52, Gordon Fraser wrote:
> Frank Fiene <ffiene@veka.com> [010727 13:19] wrote:
> > Where can i find the graphical overview of the linux kernel
> > source tree? I saw a big jpg and a link to a homepage, but i lost
> > the informations.
>
> This is what you're looking for:
> http://fcgp.sourceforge.net/

Thanks, Gordon and Jan-Benedict.

lgp version 2.4.0a works fine but the latest 2.5.1 does not. Compile 
error is
data2ps.o: In function `d2p_draw_line':
/home/ffiene/docs/lgp-2.5.1/data2ps.c:180: undefined reference to 
`cos'
/home/ffiene/docs/lgp-2.5.1/data2ps.c:181: undefined reference to 
`sin'

The files data2ps.c in both versions have not man different lines of 
code, so i didn't find the error.

Regards. Frank
-- 
Frank Fiene, SYNTAGS GmbH, Im Defdahl 5-10, D-44141 Dortmund, Germany
Security, Cryptography, Networks, Software Development
http://www.syntags.de mailto:Frank.Fiene@syntags.de

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

* Re: Graphical overview (close)
  2001-07-27 13:37   ` Frank Fiene
@ 2001-07-27 13:51     ` Frank Fiene
  2001-07-27 14:04     ` Graphical overview Jan-Benedict Glaw
  2001-07-27 14:22     ` Gordon Fraser
  2 siblings, 0 replies; 7+ messages in thread
From: Frank Fiene @ 2001-07-27 13:51 UTC (permalink / raw)
  To: linux-kernel

On Friday, 27. July 2001 15:37, Frank Fiene wrote:
> On Friday, 27. July 2001 14:52, Gordon Fraser wrote:
> > Frank Fiene <ffiene@veka.com> [010727 13:19] wrote:
> > > Where can i find the graphical overview of the linux kernel
> > > source tree? I saw a big jpg and a link to a homepage, but i
> > > lost the informations.
> >
> > This is what you're looking for:
> > http://fcgp.sourceforge.net/
>
> Thanks, Gordon and Jan-Benedict.
>
> lgp version 2.4.0a works fine but the latest 2.5.1 does not.
> Compile error is
> data2ps.o: In function `d2p_draw_line':
> /home/ffiene/docs/lgp-2.5.1/data2ps.c:180: undefined reference to
> `cos'
> /home/ffiene/docs/lgp-2.5.1/data2ps.c:181: undefined reference to
> `sin'
>
> The files data2ps.c in both versions have not man different lines
> of code, so i didn't find the error.

OK, error in Makefile.
It doesn't link with the math library.

ff
-- 
Frank Fiene, SYNTAGS GmbH, Im Defdahl 5-10, D-44141 Dortmund, Germany
Security, Cryptography, Networks, Software Development
http://www.syntags.de mailto:Frank.Fiene@syntags.de

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

* Re: Graphical overview
  2001-07-27 13:37   ` Frank Fiene
  2001-07-27 13:51     ` Graphical overview (close) Frank Fiene
@ 2001-07-27 14:04     ` Jan-Benedict Glaw
  2001-07-27 14:22     ` Gordon Fraser
  2 siblings, 0 replies; 7+ messages in thread
From: Jan-Benedict Glaw @ 2001-07-27 14:04 UTC (permalink / raw)
  To: linux-kernel

On Fri, Jul 27, 2001 at 03:37:31PM +0200, Frank Fiene wrote:
> On Friday, 27. July 2001 14:52, Gordon Fraser wrote:
> > Frank Fiene <ffiene@veka.com> [010727 13:19] wrote:
> > > Where can i find the graphical overview of the linux kernel
> > > source tree? I saw a big jpg and a link to a homepage, but i lost
> > > the informations.
> >
> > This is what you're looking for:
> > http://fcgp.sourceforge.net/
> 
> Thanks, Gordon and Jan-Benedict.
> 
> lgp version 2.4.0a works fine but the latest 2.5.1 does not. Compile 
> error is
> data2ps.o: In function `d2p_draw_line':
> /home/ffiene/docs/lgp-2.5.1/data2ps.c:180: undefined reference to 
> `cos'
> /home/ffiene/docs/lgp-2.5.1/data2ps.c:181: undefined reference to 
> `sin'

Add "-lm" somewhere to the compile call. It's missing to include
the mathematical library. So it's a bug in the makefile.

MfG, JBG


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

* Re: Graphical overview
  2001-07-27 13:37   ` Frank Fiene
  2001-07-27 13:51     ` Graphical overview (close) Frank Fiene
  2001-07-27 14:04     ` Graphical overview Jan-Benedict Glaw
@ 2001-07-27 14:22     ` Gordon Fraser
  2 siblings, 0 replies; 7+ messages in thread
From: Gordon Fraser @ 2001-07-27 14:22 UTC (permalink / raw)
  To: linux-kernel

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

Frank Fiene <ffiene@veka.com> [010727 15:37] wrote:
> lgp version 2.4.0a works fine but the latest 2.5.1 does not. Compile 
> error is
> data2ps.o: In function `d2p_draw_line':
> /home/ffiene/docs/lgp-2.5.1/data2ps.c:180: undefined reference to 
> `cos'
> /home/ffiene/docs/lgp-2.5.1/data2ps.c:181: undefined reference to 
> `sin'
> 
> The files data2ps.c in both versions have not man different lines of 
> code, so i didn't find the error.

Try adding -lm to the CFLAGS in the Makefile, this should do the trick.

Gordon

-- 
+---------------------------------------------------------------------+
| Gordon Fraser            |  * dpkg ponders: 'C++' should have been  |
| gordon@freakzone.net     |  called 'D'                              |
| ICQ: 12413204            |  	-- #Debian                            |
| http://www.freakzone.net |                                          |
+---------------------------------------------------------------------+

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

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

end of thread, other threads:[~2001-07-27 14:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-27 11:19 Graphical overview Frank Fiene
2001-07-27 11:28 ` Jan-Benedict Glaw
2001-07-27 12:52 ` Gordon Fraser
2001-07-27 13:37   ` Frank Fiene
2001-07-27 13:51     ` Graphical overview (close) Frank Fiene
2001-07-27 14:04     ` Graphical overview Jan-Benedict Glaw
2001-07-27 14:22     ` Gordon Fraser

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 NNTP newsgroup(s).