[Magic-dev] Re: Installation error

R. Timothy Edwards tim.edwards at multigig.com
Wed Jul 19 15:53:52 EDT 2006


Dear Prassana,

> I'm using Mandriva Linux release 2006.
> I'm just trying to install magic 7.5 .
> After running configure and make, when i tried to run make install I got 
> the message as below:
> 
> --- installing executable to /usr/local/bin
> --- installing runtime files to /home/cad/magic-7.5.26/tcltk/
> /usr/bin/ld: cannot find -lGLU
> collect2: ld returned 1 exit status
> make[2]: *** [tclmagic.so] Error 1
> 
> Can you please help me in this regard.

Apparently you have an installation of Linux (either related to
Mandriva or to the video card drivers, if separate from the distribution)
that came with only a partial set of the OpenGL libraries.

Your choices are:

1) Compile without OpenGL support by disabling it in the "configure"
    script:

	configure --with-opengl=no

2) Obtain the GLU library.  I got mine with the video driver distribution
    from nvidia (downloaded from nvidia's website).  You might find it
    as an optional install package for Mandriva.

Since I wrote the OpenGL interface to Magic, and use it all the time, of
course I strongly recommend option (2).

					Regards,
					Tim

+--------------------------------+-------------------------------------+
| Dr. R. Timothy Edwards (Tim)   | email: tim.edwards at multigig.com     |
| MultiGiG, Inc.                 | web:   http://www.multigig.com      |
| 100 Enterprise Way, Suite A-3  | phone: (831) 621-3283               |
| Scotts Valley, CA 95066        | cell:  (240) 401-0616               |
+--------------------------------+-------------------------------------+



More information about the magic-dev mailing list