2009/3/24 turtlewax
>
>
> 1. Should rely on $(CXX) $(CC) and including GDALmake.opt for building
> the .cpp .c .cxx files
>
>
> What does this mean, in terms of actually creating a build? In other words,
> what does "Should rely on" mean? Do I set a flag, an environment variable?
>
These are ju
1. Should rely on $(CXX) $(CC) and including GDALmake.opt for building
the .cpp .c .cxx files
What does this mean, in terms of actually creating a build? In other words,
what does "Should rely on" mean? Do I set a flag, an environment variable?
--
View this message in context:
http://n2.n
Hi,
You shouldn't have to do it manually, just run:
make interface
make
in the csharp directory right after compiling the gdal libraries.
Best regards,
Tamas
2009/3/24 turtlewax
>
> Tamas:
>
> I've been working on the Mono bindings for gdal for months now. All these
> steps look like they
Tamas:
I've been working on the Mono bindings for gdal for months now. All these steps
look like they might solve my problem, but I'm having trouble translating them
into actions. For example:
2. $(LD) should be used instead of $(LD_SHARED) when linking the
shared libraries with libtool.
Do