<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; I just downloaded the latest svn snapshot of grass-6.4.0, installed all the required libraries</div><div>proj-4.6.0</div><div>gdal-1.5.2</div><div>libjpeg-6b</div><div>libtiff-3.8.2</div><div>libpng-1.2.31</div><div>fftw-2.1.5&nbsp;</div><div><br></div><div>and fixed the X11 OpenGL problem on Mac OS X 10.5.4 as outlined below:</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal Arial; ">X11 is broken on Leopard, it is impossible to compile programs against it (more precisely whenever libGL is touched - directly or indirectly). The easiest way to fix it is as follows:</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal Courier; min-height: 16px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal Courier; color: rgb(153, 102, 51); ">cd /usr/X11/lib</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal Courier; color: rgb(153, 102, 51); ">sudo bash</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal Courier; color: rgb(153, 102, 51); "># enter your password</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal Courier; color: rgb(153, 102, 51); ">mv libGL.dylib libGL.dylib.apple</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal Courier; color: rgb(153, 102, 51); ">ln -s /System/Library/Frameworks/OpenGL.framework/Libraries/libGL.dylib .</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal Courier; color: rgb(153, 102, 51); "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal Courier; color: rgb(153, 102, 51); "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: Arial; ">This fixed the problem of ./configure being able to locate the OpenGL libraries.</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal Courier; color: rgb(153, 102, 51); "><font class="Apple-style-span" color="#000000" face="Arial"><br></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal Courier; color: rgb(153, 102, 51); "><font class="Apple-style-span" color="#000000" face="Arial">However, when I try to make the program, I get more errors related to OpenGL.</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal Courier; color: rgb(153, 102, 51); "><font class="Apple-style-span" color="#000000" face="Arial"><br></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal Courier; color: rgb(153, 102, 51); "><font class="Apple-style-span" color="#000000" face="Arial">Here is the exact error message</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal Courier; color: rgb(153, 102, 51); "><font class="Apple-style-span" color="#000000" face="Arial"><br></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal Courier; color: rgb(153, 102, 51); "><font class="Apple-style-span" color="#000000" face="Arial"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; color: rgb(153, 102, 51); ">./configure --with-cxx</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; color: rgb(153, 102, 51); "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; color: rgb(153, 102, 51); "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: Arial; font-size: 13px; ">Here is result of the configure command</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; color: rgb(153, 102, 51); "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; color: rgb(153, 102, 51); "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">GRASS is now configured for: &nbsp;i386-apple-darwin9.4.0</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;Source directory: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/Users/elvis/Tool/grass-6.4.0</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;Build directory: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; /Users/elvis/Tool/grass-6.4.0</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;Installation directory: &nbsp; &nbsp; &nbsp;${prefix}/grass-6.4.svn</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;Startup script in directory: ${exec_prefix}/bin</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;C compiler: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;gcc -g -O2&nbsp;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;C++ compiler: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;c++ -g -O2</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;Building shared libraries: &nbsp; yes</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;64bit support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; no</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;OpenGL platform: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; X11</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;MacOSX application: &nbsp; &nbsp; &nbsp; &nbsp; no</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;NVIZ: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; yes</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;BLAS support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; no</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;C++ support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;yes</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;Cairo support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;no</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;DWG support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;no</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;FFMPEG support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; no</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;FFTW support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; yes</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;FreeType support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; no</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;GDAL support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; yes</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;GLw support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;no</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;JPEG support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; yes</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;LAPACK support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; no</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;Large File support (LFS): &nbsp; yes</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;Motif support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;no</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;MySQL support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;no</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;NLS support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;no</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;ODBC support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; no</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;OGR support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;yes</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;OpenGL support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; yes</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;PNG support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;yes</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;PostgreSQL support: &nbsp; &nbsp; &nbsp; &nbsp; no</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;Python support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; no</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;Readline support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; no</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;SQLite support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; no</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;Tcl/Tk support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; yes</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;wxWidgets support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;no</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;TIFF support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; yes</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">&nbsp;&nbsp;X11 support: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;yes</div><div><br></div><div><font class="Apple-style-span" color="#000000" face="Arial" size="3"><span class="Apple-style-span" style="font-size: 13px;">After I execute the make command, I get the following error.</span></font></div><div><br></div><div><font class="Apple-style-span" color="#000000" face="Arial" size="3"><span class="Apple-style-span" style="font-size: 13px;"><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><font class="Apple-style-span" color="#996633">Generating HTML manual pages index (help system)...</font></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><font class="Apple-style-span" color="#996633">Generated HTML docs in ../dist.i386-apple-darwin9.4.0/docs/html/index.html</font></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><font class="Apple-style-span" color="#996633">----------------------------------------------------------------------</font></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><font class="Apple-style-span" color="#996633">Following modules are missing the 'description.html' file in src code:</font></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><font class="Apple-style-span" color="#996633">----------------------------------------------------------------------</font></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><font class="Apple-style-span" color="#996633">GRASS GIS compilation log</font></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><font class="Apple-style-span" color="#996633">-------------------------</font></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><font class="Apple-style-span" color="#996633">Started compilation: Sat Sep 20 21:02:07 GST 2008</font></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><font class="Apple-style-span" color="#996633">--</font></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><font class="Apple-style-span" color="#996633">Errors in:</font></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><font class="Apple-style-span" color="#996633">/Users/elvis/Tool/grass-6.4.0/lib/nviz</font></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><font class="Apple-style-span" color="#996633">/Users/elvis/Tool/grass-6.4.0/imagery/i.atcorr</font></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><font class="Apple-style-span" color="#996633">/Users/elvis/Tool/grass-6.4.0/visualization/nviz</font></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><font class="Apple-style-span" color="#996633">/Users/elvis/Tool/grass-6.4.0/visualization/nviz2/cmd</font></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><font class="Apple-style-span" color="#996633">--</font></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><font class="Apple-style-span" color="#996633">In case of errors please change into the directory with error and run 'make'.</font></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><font class="Apple-style-span" color="#996633">If you get multiple errors, you need to deal with them in the order they</font></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><font class="Apple-style-span" color="#996633">appear in the error log. If you get an error building a library, you will</font></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><font class="Apple-style-span" color="#996633">also get errors from anything which uses the library.</font></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><font class="Apple-style-span" color="#996633">--</font></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><font class="Apple-style-span" color="#996633">Finished compilation: Sat Sep 20 21:02:49 GST 2008</font></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><font class="Apple-style-span" color="#996633">make: *** [default] Error 1</font></span></font></div><div><br></div><div>After I go into the&nbsp;<span class="Apple-style-span" style="color: rgb(153, 102, 51); font-family: Courier; font-size: 12px; ">/Users/elvis/Tool/grass-6.4.0/lib/nviz </span>folder and execute make, I get the following error related to glX commands.</div><div><br></div><div><div><font class="Apple-style-span" color="#996633">cc -dynamiclib -compatibility_version 6.4 -current_version 6.4 -install_name /usr/local/grass-6.4.svn/lib/libgrass_nviz.dylib -o /Users/elvis/Tool/grass-6.4.0/dist.i386-apple-darwin9.4.0/lib/libgrass_nviz.6.4.svn.dylib -L/Users/elvis/Tool/grass-6.4.0/dist.i386-apple-darwin9.4.0/lib &nbsp; &nbsp; &nbsp;OBJ.i386-apple-darwin9.4.0/change_view.o OBJ.i386-apple-darwin9.4.0/cplanes_obj.o OBJ.i386-apple-darwin9.4.0/draw.o OBJ.i386-apple-darwin9.4.0/exag.o OBJ.i386-apple-darwin9.4.0/lights.o OBJ.i386-apple-darwin9.4.0/map_obj.o OBJ.i386-apple-darwin9.4.0/nviz.o OBJ.i386-apple-darwin9.4.0/position.o OBJ.i386-apple-darwin9.4.0/render.o -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_bitmap -lgrass_linkm &nbsp;-lgrass_vect -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dbmiclient -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dgl -lgrass_dig2 -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_rtree &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_linkm -lgrass_rtree &nbsp;-lgrass_dig2 -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_rtree &nbsp;-lgrass_dgl -lgrass_rtree -lgrass_linkm -lgrass_dbmiclient -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp; -L/usr/local/lib -lgdal -L/usr/X11/lib -lGL &nbsp;-lGLU &nbsp; -ltiff &nbsp; &nbsp;-lgrass_sites -lgrass_datetime -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dbmiclient -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_vect -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dbmiclient -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dgl -lgrass_dig2 -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_rtree &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_linkm -lgrass_rtree &nbsp; -lgrass_g3d -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_ogsf -lgrass_bitmap -lgrass_linkm &nbsp;-lgrass_g3d -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_sites -lgrass_datetime -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dbmiclient -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_vect -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dbmiclient -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dgl -lgrass_dig2 -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_rtree &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_linkm -lgrass_rtree &nbsp; -lgrass_vect -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dbmiclient -lgrass_dbmibase -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; &nbsp;-lgrass_dgl -lgrass_dig2 -lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_rtree &nbsp;-lgrass_gis -lgrass_datetime -lz &nbsp; &nbsp; -lgrass_linkm -lgrass_rtree &nbsp; &amp;&amp; \</font></div><div><span class="Apple-tab-span" style="white-space:pre"><font class="Apple-style-span" color="#996633">        </font></span><font class="Apple-style-span" color="#996633">(cd /Users/elvis/Tool/grass-6.4.0/dist.i386-apple-darwin9.4.0/lib; ln -f -s libgrass_nviz.6.4.svn.dylib /Users/elvis/Tool/grass-6.4.0/dist.i386-apple-darwin9.4.0/lib/libgrass_nviz.dylib)</font></div><div><font class="Apple-style-span" color="#996633">Undefined symbols:</font></div><div><font class="Apple-style-span" color="#996633">&nbsp;&nbsp;"_glXCreateGLXPixmap", referenced from:</font></div><div><font class="Apple-style-span" color="#996633">&nbsp;&nbsp; &nbsp; &nbsp;_Nviz_create_render_window in render.o</font></div><div><font class="Apple-style-span" color="#996633">&nbsp;&nbsp;"_XOpenDisplay", referenced from:</font></div><div><font class="Apple-style-span" color="#996633">&nbsp;&nbsp; &nbsp; &nbsp;_Nviz_create_render_window in render.o</font></div><div><font class="Apple-style-span" color="#996633">&nbsp;&nbsp;"_glXDestroyGLXPixmap", referenced from:</font></div><div><font class="Apple-style-span" color="#996633">&nbsp;&nbsp; &nbsp; &nbsp;_Nviz_destroy_render_window in render.o</font></div><div><font class="Apple-style-span" color="#996633">&nbsp;&nbsp;"_XFreePixmap", referenced from:</font></div><div><font class="Apple-style-span" color="#996633">&nbsp;&nbsp; &nbsp; &nbsp;_Nviz_destroy_render_window in render.o</font></div><div><font class="Apple-style-span" color="#996633">&nbsp;&nbsp;"_XCreatePixmap", referenced from:</font></div><div><font class="Apple-style-span" color="#996633">&nbsp;&nbsp; &nbsp; &nbsp;_Nviz_create_render_window in render.o</font></div><div><font class="Apple-style-span" color="#996633">&nbsp;&nbsp;"_glXGetCurrentContext", referenced from:</font></div><div><font class="Apple-style-span" color="#996633">&nbsp;&nbsp; &nbsp; &nbsp;_Nviz_make_current_render_window in render.o</font></div><div><font class="Apple-style-span" color="#996633">&nbsp;&nbsp;"_XFree", referenced from:</font></div><div><font class="Apple-style-span" color="#996633">&nbsp;&nbsp; &nbsp; &nbsp;_Nviz_create_render_window in render.o</font></div><div><font class="Apple-style-span" color="#996633">&nbsp;&nbsp;"_glXMakeCurrent", referenced from:</font></div><div><font class="Apple-style-span" color="#996633">&nbsp;&nbsp; &nbsp; &nbsp;_Nviz_make_current_render_window in render.o</font></div><div><font class="Apple-style-span" color="#996633">&nbsp;&nbsp;"_glXDestroyContext", referenced from:</font></div><div><font class="Apple-style-span" color="#996633">&nbsp;&nbsp; &nbsp; &nbsp;_Nviz_destroy_render_window in render.o</font></div><div><font class="Apple-style-span" color="#996633">&nbsp;&nbsp;"_glXChooseVisual", referenced from:</font></div><div><font class="Apple-style-span" color="#996633">&nbsp;&nbsp; &nbsp; &nbsp;_Nviz_create_render_window in render.o</font></div><div><font class="Apple-style-span" color="#996633">&nbsp;&nbsp;"_glXCreateContext", referenced from:</font></div><div><font class="Apple-style-span" color="#996633">&nbsp;&nbsp; &nbsp; &nbsp;_Nviz_create_render_window in render.o</font></div><div><font class="Apple-style-span" color="#996633">ld: symbol(s) not found</font></div><div><font class="Apple-style-span" color="#996633">collect2: ld returned 1 exit status</font></div><div><font class="Apple-style-span" color="#996633">make: *** [/Users/elvis/Tool/grass-6.4.0/dist.i386-apple-darwin9.4.0/lib/libgrass_nviz.6.4.svn.dylib] Error 1</font></div><div><br></div><div>What should I do? Which is the corresponding X11 OpenGL glX library?</div><div><br></div><div>Best regards,</div><div><br></div><div>Elvis John Dowson</div><div><br></div></div><div><br></div><div><br></div><div><br></div><div><br></div></span></font></div><div><font class="Apple-style-span" color="#000000" face="Arial" size="3"><span class="Apple-style-span" style="font-size: 13px;"><br></span></font></div><div><font class="Apple-style-span" color="#000000" face="Arial" size="3"><span class="Apple-style-span" style="font-size: 13px;"><br></span></font></div></div></font></div></div></body></html>