[GRASS5] [bug #2852] (grass) Library - libgrass_interpfl.5.7.cvs.dylib - is not built

Paul Kelly paul-grass at stjohnspoint.co.uk
Fri Dec 17 11:42:39 EST 2004


On Fri, 17 Dec 2004, Request Tracker wrote:

> this bug's URL: http://intevation.de/rt/webrt?serial_num=2852
> -------------------------------------------------------------------------
>
> Subject: Library - libgrass_interpfl.5.7.cvs.dylib - is not built
>
> Platform: Mac OSX
> grass obtained from: CVS
> grass binary for platform: Compiled from Sources
> GRASS Version: 57cvs_041217
>
> libgrass_interpfl.5.7.cvs.dylib is not built.
> Following this lib I have 2 missing bin: r.resamp.rst, v.surf.rst.
> Last rows in make:
> .....
> cc -dynamiclib -Wl,-flat_namespace,-U,_cuserid -compatibility_version 5.7 -current_version 5.7
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 
You must have made some changes to your compile flags as those are 
commented out in CVS

SHLIB_LD should be simply "cc -dynamiclib -single_module"
and any errors in individual modules should be corrected by fixing the 
errors in the source code of that module, not by tweaking the global 
compile flags.




More information about the grass-dev mailing list