Hi devs,<div><br></div><div>so now I can configure G7 (revision  55464) on AIX 7.1 by command:</div><div><br></div><div>export PATH=$PATH:$HOME/apps/bin</div><div>CFLAGS="-lstdc++" ./configure --prefix=$HOME/apps --with-proj-includes=$HOME/apps/include --with-proj-libs=$HOME/apps/lib --with-proj-share=$HOME/apps/share --with-gdal=$HOME/apps/bin/gdal-config --with-libs=$HOME/apps/lib --without-tiff --without-png --without-opengl --without-tcltk --without-fftw --without-jpeg --enable-largefile --without-postgres</div>

<div><br></div><div>output is in the attached file g7_configure_output.txt</div><div><br></div><div>Trying to compile g7 by "gmake" I get errors everywhere - see g7_gmake_output.txt</div><div>The first one reports that install-sh can not be executed, I dont know why...</div>
<div><br></div><div>gmake on this machine is GNU Make 3.80</div>
<div>make is probably native AIX make, but I really do not know its version, make -v does not work, nothing about it in man page. Trying to run make I get only errors - see g7_make_output.txt</div><div><br></div><div>thanks for any help</div>
<div><br></div><div>Ivan</div><div><br></div><div><br></div><div><br><br><div class="gmail_quote">
2013/3/18 Markus Metz <span dir="ltr"><<a href="mailto:markus.metz.giswork@gmail.com" target="_blank">markus.metz.giswork@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div>On Sun, Mar 17, 2013 at 11:08 PM, Glynn Clements<br>
<<a href="mailto:glynn@gclements.plus.com" target="_blank">glynn@gclements.plus.com</a>> wrote:<br>
><br>
> Markus Neteler wrote:<br>
><br>
>> > r39731 re-wrote it to use $host. Rather than trying to figure out the<br>
>> > correct $host value for each possible system (few of which were<br>
>> > available for testing), the sections for "unused" systems were<br>
>> > removed, with the intent that they would be added if and when someone<br>
>> > with access to such a system was able to report the correct $host<br>
>> > value and which compiler/linker switches actually worked on that<br>
>> > system.<br>
>><br>
>> ... your help would be needed to re-enable AIX support.<br>
><br>
> The main thing that's needed is someone with:<br>
><br>
> 1. Knowledge of the correct $host string for that platform (this can<br>
> be obtained by running the config.guess script).<br>
<br>
</div>Or simply running ./configure and report the error. Users trying to<br>
compile GRASS are, according to the official documentation, advised to<br>
run<br>
./configure <optional custom options><br>
make<br>
make install<br>
<div><br>
><br>
> 2. Knowledge of which compiler and linker switches are required to<br>
> build shared libraries on that platform.<br>
><br>
> 3. Access to the platform, for testing.<br>
><br>
> Each new platform needs to define the following variables:<br>
><br>
>         LDFLAGS<br>
>         LD_SEARCH_FLAGS<br>
>         LD_LIBRARY_PATH_VAR<br>
><br>
>         SHLIB_CFLAGS<br>
>         SHLIB_LD<br>
>         SHLIB_LD_FLAGS<br>
>         SHLIB_SUFFIX<br>
><br>
>         STLIB_LD<br>
>         STLIB_SUFFIX<br>
><br>
> STLIB_LD and STLIB_SUFFIX have sensible defaults (building static<br>
> libraries tends to be the same on all systems). The others only really<br>
> matter for building shared libraries (LDFLAGS is also used for<br>
> building executables, but it can normally be empty).<br>
><br>
<br>
</div>I would like to see support for at least FreeBSD (BSD is the<br>
predecessor of nearly all current operating systems), IBM AIX (a<br>
commercial unix-based OS), and HP-UX (another commercial unix-based<br>
OS). If we can adjust the G7 configure script to compile G7 on IBM AIX<br>
and HP-UX, we would be to my knowledge the only GIS package available<br>
for these high-performance operating systems, and I assume that we<br>
want G7 to be available on commercial high-performance operating<br>
systems.<br>
<br>
Markus M<br>
<div><div>_______________________________________________<br>
grass-dev mailing list<br>
<a href="mailto:grass-dev@lists.osgeo.org" target="_blank">grass-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><br>
</div></div></blockquote></div><br></div>