> Peter van Eerten wrote:
> 
> Dear sirs of Mesa,
> 
> I tried to compile the Mesa 3.1 library on Windows2000 (alias NT 5). I use Microsoft 
>Visual C++ 5.0 for the compilation, as well as NASM. Except for one DLL everything is 
>being compiled: the demo programs, the GLUT.DLL and GLUT32.DLL But I found poblems 
>with OPENGL32.DLL. The problems arise when linking. Here's the link.log:
> 
>    Creating library ..\lib\OpenGL32.lib and object ..\lib\OpenGL32.exp
> fxfastpath.obj : error LNK2001: unresolved external symbol 
>_fx_3dnow_project_clipped_vertices
> fxfastpath.obj : error LNK2001: unresolved external symbol _fx_3dnow_project_vertices
> fxfastpath.obj : error LNK2001: unresolved external symbol 
>_fx_3dnow_project_clipped_vertices_RGBA
> fxfastpath.obj : error LNK2001: unresolved external symbol 
>_fx_3dnow_project_vertices_RGBA
> fxfastpath.obj : error LNK2001: unresolved external symbol 
>_fx_3dnow_project_clipped_vertices_TMU0
> fxfastpath.obj : error LNK2001: unresolved external symbol 
>_fx_3dnow_project_vertices_TMU0
> fxfastpath.obj : error LNK2001: unresolved external symbol 
>_fx_3dnow_project_clipped_vertices_TMU0_TMU1
> fxfastpath.obj : error LNK2001: unresolved external symbol 
>_fx_3dnow_project_vertices_TMU0_TMU1
> fxfastpath.obj : error LNK2001: unresolved external symbol 
>_fx_3dnow_project_clipped_vertices_TMU1
> fxfastpath.obj : error LNK2001: unresolved external symbol 
>_fx_3dnow_project_vertices_TMU1
> fxfastpath.obj : error LNK2001: unresolved external symbol 
>_fx_3dnow_project_clipped_vertices_RGBA_TMU0
> fxfastpath.obj : error LNK2001: unresolved external symbol 
>_fx_3dnow_project_vertices_RGBA_TMU0
> fxfastpath.obj : error LNK2001: unresolved external symbol 
>_fx_3dnow_project_clipped_vertices_RGBA_TMU0_TMU1
> fxfastpath.obj : error LNK2001: unresolved external symbol 
>_fx_3dnow_project_vertices_RGBA_TMU0_TMU1
> fxfastpath.obj : error LNK2001: unresolved external symbol 
>_fx_3dnow_project_clipped_vertices_RGBA_TMU1
> fxfastpath.obj : error LNK2001: unresolved external symbol 
>_fx_3dnow_project_vertices_RGBA_TMU1
> ..\lib\OpenGL32.DLL : fatal error LNK1120: 16 unresolved externals
> 
>


Have you installed the files from:
ftp://www.mesa3d.org/mesa/patches_to_3.1/
specifically the stuff from src and src/FX/X86 
directories?

There was a problem with the initial 3.1 and
WIN32/3DNOW code.

If this does not help, contact me!

                Eero


_______________________________________________
Mesa-bug maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-bug


_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to