|
From: <eli...@t-...> - 2003-09-28 20:08:06
|
Hi again,
The following lines contain the output written to my config.log during
"./configure"
... but this is just if you're interested in it!
Installing everything that the Development section of the Suse 8.2 package
contains helped and now everything seems to run fine!
thanks
Elias
configure:8434: checking GL
configure:8456: gcc -o conftest -g -O2 conftest.c -L/usr/X11R6/lib -lgtk
-lgdk -lXi -lXext -lX11 -lm -lglib -lGLU -lGL >&5
/usr/lib/gcc-lib/i486-suse-linux/3.3/../../../../i486-suse-linux/bin/ld:
cannot find -lGLU
collect2: ld returned 1 exit status
configure:8459: $? = 1
configure: failed program was:
#line 8437 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
char glBegin(); glBegin();
;
return 0;
}
configure:8474: result: no
configure:8483: checking GL with threads
configure:8505: gcc -o conftest -g -O2 conftest.c -L/usr/X11R6/lib -lgtk
-lgdk -lXi -lXext -lX11 -lm -lglib -lGLU -lGL -lpthread >&5
/usr/lib/gcc-lib/i486-suse-linux/3.3/../../../../i486-suse-linux/bin/ld:
cannot find -lGLU
collect2: ld returned 1 exit status
configure:8508: $? = 1
configure: failed program was:
#line 8486 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
char glBegin(); glBegin();
;
return 0;
}
configure:8523: result: no
configure:8532: checking Mesa
configure:8554: gcc -o conftest -g -O2 conftest.c -L/usr/X11R6/lib -lgtk
-lgdk -lXi -lXext -lX11 -lm -lglib -lMesaGLU -lMesaGL >&5
/usr/lib/gcc-lib/i486-suse-linux/3.3/../../../../i486-suse-linux/bin/ld:
cannot find -lMesaGLU
collect2: ld returned 1 exit status
configure:8557: $? = 1
configure: failed program was:
#line 8535 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
char glBegin(); glBegin();
;
return 0;
}
configure:8572: result: no
configure:8582: checking Mesa with pthreads
configure:8604: gcc -o conftest -g -O2 conftest.c -L/usr/X11R6/lib -lgtk
-lgdk -lXi -lXext -lX11 -lm -lglib -lMesaGLU -lMesaGL -lpthread >&5
/usr/lib/gcc-lib/i486-suse-linux/3.3/../../../../i486-suse-linux/bin/ld:
cannot find -lMesaGLU
collect2: ld returned 1 exit status
configure:8607: $? = 1
configure: failed program was:
#line 8585 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
char glBegin(); glBegin();
;
return 0;
}
configure:8622: result: no
configure:8636: error: gtkglarea is required on Unix-like systems
Am Freitag, 26. September 2003 22:57 schrieb Jonathan Brandmeyer:
> On Fri, 2003-09-26 at 08:01, Elias Breunig wrote:
> > HI you guys,
> >
> > if have some trouble getting Vpython installed on my Suse 8.2 Pro laptop
> > with python 2.3
> >
> > the following failure appears during "./configure"
>
> snipped most of the tests
>
> > checking GL... no
> > checking GL with threads... no
> > checking Mesa... no
> > checking Mesa with pthreads... no
> > configure: error: gtkglarea is required on Unix-like systems
> > linux:/usr/local/src/visual-2.1.5 #
>
> The file config.log will contain a detailed description of these four
> failed tests, including the reason for failure.
>
> > ... but GL, MEsa and gtkgl libraries are installed!!!!!!!
>
> Make sure that you have the development versions of these libraries
> installed. The package names are usually suffixed with something like
> -dev or -devel.
>
> Please post the relevant portion of config.log here so we can figure out
> the problem. The important part starts at "configure:8434" and ends
> near "configure:8634" It shouldn't actually be 200 lines, though.
>
> HTH,
> -Jonathan Brandmeyer
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Visualpython-users mailing list
> Vis...@li...
> https://lists.sourceforge.net/lists/listinfo/visualpython-users
--
Elias Breunig
Sankt Georg Str. 33
97199 Ochsenfurt
Tel.: 09331 / 980946
Mobil.: 0160 / 96600820
|