Changes between Initial Version and Version 1 of Ticket #3503


Ignore:
Timestamp:
Jul 28, 2010, 6:06:58 AM (14 years ago)
Author:
dmorissette
Comment:

I fixed some dependencies in Makefile.in in SVN trunk r10406.

Please test and confirm that this solves the issue for you and then I'll backport to the 5.6 branch.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3503

    • Property Status newassigned
    • Property Milestone5.6.5 release
  • Ticket #3503 – Description

    initial v1  
    11Looks like there is one or more missing dependencies in the build system.  make -j 5 fails for 5.6.5.  I'm doing this on Mac OSX 10.6.4 with in a fink package as I try to upgrade fink to use the latest version of mapserver.
    22
     3{{{
    34mapserver-config
    45cat mapserver-config.in >> mapserver-config
    5 g++ -I/sw32/include/gdal1 -O3 -funroll-loops -fexpensive-optimizations -ffast-math -fPIC -Wall     -DHAVE_VSNPRINTF -DNEED_STRRSTR        -DUSE_WMS_LYR -DUSE_WFS_LYR -DUSE_SOS_SVR -DUSE_LIBXML2 -DUSE_CURL -DUSE_WCS_SVR -DUSE_WFS_SVR -DUSE_WMS_SVR -DUSE_MING_FLASH   -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION  -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DGEOS_HAS_SIMPLIFY   -DUSE_PROJ -DUSE_EPPL  -DUSE_AGG   -DUSE_PDF  -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DUSE_ICONV -DUSE_ZLIB     -I/sw32/include -I/sw32/include/freetype2 -I/sw32/include   -I/sw32/include -I/sw32/include     -I/sw32/include/gdal1 -I/sw32/opt/postgresql-8.4/include  -I/sw32/include -I/sw32/include  -I/sw32/opt/libgeos3.2.2/include    -I/sw32/include/libxml2 -I/sw32/include   tile4ms.o  -L. -lmapserver -L/sw32/lib -lgd -ljpeg -lfreetype -L/sw32/lib -lpng -lz      -L/sw32/lib -lpdf -ljpeg -lfreetype -L/sw32/lib -lpng -lz   -L/sw32/lib -lproj -ljpeg -L/sw32/lib -lpng  -L/sw32/lib -lgdal -L/sw32/lib -lproj -L/sw32/opt/libgeos3.2.2/lib -lgeos_c -L/sw32/lib -lsqlite3 -L/sw32 -L/sw32/lib -lodbc -lodbcinst -L/usr/lib -lexpat -L/sw32/lib -lxerces-c -lpthread -ljasper -L/sw32/lib -lhdf5 -L/sw32/lib -lmfhdf -ldf -lsz -L/sw32 -L/sw32/lib -logdi -L/sw32 -L/sw32/lib -lgif -L/sw32 -L/sw32/lib -ljpeg -L/sw32/lib -ltiff -L/sw32 -L/sw32/lib -lpng -L/sw32 -L/sw32/lib -lnetcdf -L/sw32 -L/sw32/lib -lcfitsio -lz -L/sw32 -L/sw32/lib -ldl -L/sw32/lib -L/sw32/lib -lcurl -L/sw32/lib -lming -L/sw32/opt/postgresql-8.4/lib -lpq -lpgport -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm   -L/sw32/lib -lcurl  -L/sw32/opt/libgeos3.2.2/lib -lgeos_c  -liconv  -lz -L/sw32/lib -lxml2 -lz -lpthread -L/sw32/lib -liconv -lm  -lm -lstdc++    -o tile4ms
     6g++ -I/sw32/include/gdal1 -O3 -funroll-loops -fexpensive-optimizations
     7 -ffast-math -fPIC -Wall     -DHAVE_VSNPRINTF -DNEED_STRRSTR
     8 -DUSE_WMS_LYR -DUSE_WFS_LYR -DUSE_SOS_SVR -DUSE_LIBXML2 -DUSE_CURL
     9 -DUSE_WCS_SVR -DUSE_WFS_SVR -DUSE_WMS_SVR -DUSE_MING_FLASH   -DUSE_POSTGIS
     10 -DPOSTGIS_HAS_SERVER_VERSION  -DUSE_GDAL -DUSE_OGR -DUSE_GEOS
     11 -DGEOS_HAS_SIMPLIFY   -DUSE_PROJ -DUSE_EPPL  -DUSE_AGG   -DUSE_PDF
     12 -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
     13 -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS
     14 -DUSE_ICONV -DUSE_ZLIB     -I/sw32/include -I/sw32/include/freetype2
     15 -I/sw32/include   -I/sw32/include -I/sw32/include
     16 -I/sw32/include/gdal1 -I/sw32/opt/postgresql-8.4/include  -I/sw32/include
     17 -I/sw32/include  -I/sw32/opt/libgeos3.2.2/include
     18 -I/sw32/include/libxml2 -I/sw32/include   tile4ms.o  -L. -lmapserver
     19 -L/sw32/lib -lgd -ljpeg -lfreetype -L/sw32/lib -lpng -lz      -L/sw32/lib
     20 -lpdf -ljpeg -lfreetype -L/sw32/lib -lpng -lz   -L/sw32/lib -lproj -ljpeg
     21 -L/sw32/lib -lpng  -L/sw32/lib -lgdal -L/sw32/lib -lproj
     22 -L/sw32/opt/libgeos3.2.2/lib -lgeos_c -L/sw32/lib -lsqlite3 -L/sw32
     23 -L/sw32/lib -lodbc -lodbcinst -L/usr/lib -lexpat -L/sw32/lib -lxerces-c
     24 -lpthread -ljasper -L/sw32/lib -lhdf5 -L/sw32/lib -lmfhdf -ldf -lsz
     25 -L/sw32 -L/sw32/lib -logdi -L/sw32 -L/sw32/lib -lgif -L/sw32 -L/sw32/lib
     26 -ljpeg -L/sw32/lib -ltiff -L/sw32 -L/sw32/lib -lpng -L/sw32 -L/sw32/lib
     27 -lnetcdf -L/sw32 -L/sw32/lib -lcfitsio -lz -L/sw32 -L/sw32/lib -ldl
     28 -L/sw32/lib -L/sw32/lib -lcurl -L/sw32/lib -lming
     29 -L/sw32/opt/postgresql-8.4/lib -lpq -lpgport -lxslt -lxml2 -lpam -lssl
     30 -lcrypto -lgssapi_krb5 -lz -lreadline -lm   -L/sw32/lib -lcurl
     31 -L/sw32/opt/libgeos3.2.2/lib -lgeos_c  -liconv  -lz -L/sw32/lib -lxml2 -lz
     32 -lpthread -L/sw32/lib -liconv -lm  -lm -lstdc++    -o tile4ms
    633chmod a+x mapserver-config
    734ld: library not found for -lmapserver
    835collect2: ld returned 1 exit status
     36}}}