I was also trying to go back ( in generating some config related files )...
- I installed the 2.2.6b
Now went far back to use the libtoolize, that produced a dir m4 with few
files. Two of them ltsugar.m4 and ltversion.m4 were suggested to be added to
aclocal.m4. As a pretext, I tried aclocal, an
In ltmain.sh the original version and time stamp was set like this ---
PROGRAM=ltmain.sh
PACKAGE=libtool
VERSION=1.4.3
TIMESTAMP=" (1.922.2.111 2002/10/23 02:54:36)"
With this above setting, i was getting the map.file produce error.
When I comment them out, the build process picks the latest lilb
I must have something wrong in the configuration I suppose.
assafras:i386 psinha$ ./libtool --version
ltmain.sh (GNU libtool) 2.2.6b (1.922.2.111 2002/10/23 02:54:36)
Now i'm getting something like this
Making all in lib
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0
-DHAVE_CONFIG
On Mon, Jan 25, 2010 at 08:44:12AM -0800, Prokash Sinha wrote:
> First very sorry for the delayed response.
>
> If I do this in the Makefile.in then I don't get any error and it also does
> not produce the map file.
>
> ##$(LINK) -Wl,-map,libbuffer.map -rpath $(libdir) $(libbuffer_la_LDFLAGS)
>
On Wed, Jan 20, 2010 at 09:32:08PM +0100, Ralf Wildenhues wrote:
> Hello Prokash,
>
> * Prokash Sinha wrote on Tue, Jan 19, 2010 at 07:28:30PM CET:
> > I've an open source project that I'm trying to port to Mac os X. The project
> > builds a shared library ( i.e. dylib). It builds fine, but I can'
Hello Prokash,
* Prokash Sinha wrote on Tue, Jan 19, 2010 at 07:28:30PM CET:
> I've an open source project that I'm trying to port to Mac os X. The project
> builds a shared library ( i.e. dylib). It builds fine, but I can't seem to
> generate the map file.
>
> I was trying to insert some linker