On Wed, Feb 20, 2013 at 11:30 AM, Evgheni Antropov wrote:
> In my case I have resolved it in another way:
>
> correct in Makefile for "eglib" folder SUBDIRS variables and excluded "test"
> from them values:
>
> -
> egrep "SUBDIRS =" ./mono-2.10.2/build/eglib
In my case I have resolved it in another way:
correct in Makefile for "eglib" folder SUBDIRS variables and excluded "test"
from them values:
-
egrep "SUBDIRS =" ./mono-2.10.2/build/eglib/Makefile
DIST_SUBDIRS = src test
SUBDIRS = src test
#SUBDIRS = src
#
On (05/01/12 17:36), autif khan wrote:
> On Thu, Jan 5, 2012 at 5:17 PM, Mark Hatle wrote:
> > On 1/5/12 3:52 PM, autif khan wrote:
> >> libtool: link: cannot find the library `=/usr/lib/libglib-2.0.la' or
> >> unhandled argument `=/usr/lib/libglib-2.0.la'
> >
> >
> > The version of libtool you ar
While googling, I found this link
(http://mashandmish.wordpress.com/2011/04/20/crossbuilding-webkit-with-a-yocto-toolchain-part-i-glib/)
Here, the author is replacing the libtool generated by autoconf
(./configure script) with the one form the sysroot. i.e.
./configure
cp /opt/poky/1.0/sysroots/i
When I try to compile mono using the ADT (bitbake meta-ide-support,
source the environment file and configure, followed by make), I get
the same behavior.
libtool: link: cannot find the library `=/usr/lib/libglib-2.0.la' or
unhandled argument `=/usr/lib/libglib-2.0.la'
But then, even in this case
Here is a recipe that I using to generate a custom SDK image which I
can use to natively compile mono on the target.
require recipes-sato/images/core-image-sato-sdk.bb
IMAGE_INSTALL += "bison libtool"
PR="r0"
bison is required and I added libtool because it was being generated
by mono's autoconf
On Thu, Jan 5, 2012 at 5:17 PM, Mark Hatle wrote:
> On 1/5/12 3:52 PM, autif khan wrote:
>> libtool: link: cannot find the library `=/usr/lib/libglib-2.0.la' or
>> unhandled argument `=/usr/lib/libglib-2.0.la'
>
>
> The version of libtool you are currently using is damaged in some way. I
> suspec
On 1/5/12 3:52 PM, autif khan wrote:
I bitbaked core-image-sato-sdk, copied it to the target disk and tried
to build mono natively on the target machine and I got the following
error:
libtool: link: cannot find the library `=/usr/lib/libglib-2.0.la' or
unhandled argument `=/usr/lib/libglib-2.0.l
I talked to a couple of mono developers (kangaroo and vargaz) - the
consensus is that "'auto' is hosed"
I am not an expert in auto tools, I just know how to configure, make,
make install.
I get by when I need to know my way around makefiles
I am a capable C/C++ developer - please advise or point
I bitbaked core-image-sato-sdk, copied it to the target disk and tried
to build mono natively on the target machine and I got the following
error:
libtool: link: cannot find the library `=/usr/lib/libglib-2.0.la' or
unhandled argument `=/usr/lib/libglib-2.0.la'
the filesystem does have a /usr/lib
10 matches
Mail list logo