dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] compiling with profile kernel


From: Lothar Heinrich
Subject: [Pnet-developers] compiling with profile kernel
Date: Mon, 12 Mar 2007 23:12:37 +0100

Hello again,

due to simplify my work, I want to minimize the portable.NET engine.
Therefor I tried to configure pnet with the "kernel" profile.

Unfortunately a make after "./configure --with-profile=kernel" results
in an error:

gcc -DHAVE_CONFIG_H -I. -I. -I../include    -I../include -g -O2 -Wall -c
ilasm.c
/bin/bash ../libtool --tag=CC --mode=link gcc -I../include -g -O2 -Wall
-o ilasm  ilasm.o
libILAsm.a ../image/libILImage.a ../support/libILSupport.a 
../libgc/.libs/libgc.a -lz -lnsl -ldl -lm  -lpthread
mkdir .libs
gcc -I../include -g -O2 -Wall -o ilasm ilasm.o
libILAsm.a ../image/libILImage.a ../support/libILSupport.a 
../libgc/.libs/libgc.a -lz -lnsl -ldl -lm -lpthread
libILAsm.a(ilasm_grammar.o): In function `SetFloat':
pnet/ilasm/ilasm_grammar.y:220: undefined reference to `_ILWriteFloat'
libILAsm.a(ilasm_grammar.o): In function `SetDouble':
pnet/ilasm/ilasm_grammar.y:228: undefined reference to `_ILWriteDouble'
libILAsm.a(ilasm_grammar.o): In function `ilasm_parse':
pnet/ilasm/ilasm_grammar.y:1186: undefined reference to `_ILReadDouble'
pnet/ilasm/ilasm_grammar.y:1174: undefined reference to `_ILReadFloat'
pnet/ilasm/ilasm_grammar.y:4195: undefined reference to `_ILReadDouble'
pnet/ilasm/ilasm_grammar.y:4189: undefined reference to `_ILReadFloat'
collect2: ld returned 1 exit status

I use the cvs version with daily updates.
To work around my problem, I tried to reduce features starting from
"full" profile, unfortunately all my trials results in different errors,
only "--with-profile=full" works for me.

Does somebody knows a solution, what can I contribute to solve my
problem? 

Best regards from Graz/Austria,
Lothar Heinrich



reply via email to

[Prev in Thread] Current Thread [Next in Thread]