Re: [Gdal-dev] C# fix for supporting the libtool builds

2009-03-24 Thread Tamas Szekeres
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

Re: [Gdal-dev] C# fix for supporting the libtool builds

2009-03-24 Thread 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? -- View this message in context: http://n2.n

Re: [Gdal-dev] C# fix for supporting the libtool builds

2009-03-24 Thread Tamas Szekeres
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

Re: [Gdal-dev] C# fix for supporting the libtool builds

2009-03-24 Thread turtlewax
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