Libnl compilation for powerpc

Brett Ciphery brett.ciphery at windriver.com
Wed Jan 11 11:03:25 EST 2012


> 
> I have taken diff between "make install" in x86 and powerpc compilation.
> 

You are better off to take a diff of the configure step surrounding
shared libaries.

> The difference I am seeing is that in powerpc compilation the following lines are missing
> 
> libtool: install: /usr/bin/install -c .libs/libnl.so.3.0.0 /usr/lib/libnl.so.3.0.0
> libtool: install: (cd /usr/lib && { ln -s -f libnl.so.3.0.0 libnl.so.3 || { rm -f libnl.so.3 && ln -s libnl.so.3.0.0 libnl.so.3; }; })
> libtool: install: (cd /usr/lib && { ln -s -f libnl.so.3.0.0 libnl.so || { rm -f libnl.so && ln -s libnl.so.3.0.0 libnl.so; }; })
> 

The libraries are not installed because they are not built, as was
pointed out when you said configure reported it was not building shared
libraries.

Having shared libs on the system and building them are two different
things.


> But I am not able to figure it out. Will this give you some clue to help me out :(?
> 

Debug configure, see why it doesn't want to enable shared library
building.

Brett



More information about the libnl mailing list