help-gnu-utils
[Top][All Lists]
Advanced

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

Re: GNU make complains for NUL character.... missing seperator


From: Sanju
Subject: Re: GNU make complains for NUL character.... missing seperator
Date: 17 Oct 2006 02:03:02 -0700
User-agent: G2/1.0

> I already explained why it's complaining: it's trying to read config/ as a
> makefile.  There's absolutely no question about that: the error messages
> are irrefutable on this point.
>
> The question is "why" (or "where")?
 I tried hard to find the why and where but no success , then I cleared
all folders and extracted the source one more time and fired
runConfigureICU.......and then gmake.....and bingo..........it got
ahead of earlier problem but gave up for some "unsatisfied symbols"....
I found those symbols in libstdc++.sl.6 , so I linked that file as
"-lstdc++"........ I got over that error............but finally struck
for some more unresolved symbols......

here are the last lines of gmake output

gmake[2]: Entering directory
`/home/pspl/sanjay/icubuild/icu/source/tools'
gmake[2]: Nothing to be done for `all-local'.
gmake[2]: Leaving directory
`/home/pspl/sanjay/icubuild/icu/source/tools'
gmake[1]: Leaving directory
`/home/pspl/sanjay/icubuild/icu/source/tools'
gmake[0]: Making `all' in `data'
gmake[1]: Entering directory
`/home/pspl/sanjay/icubuild/icu/source/data'
/bin/sh ../mkinstalldirs ../data/out ../data/out/build
../test/testdata/out ../test/testdata/out/build
ICU_DATA=../data/out/build
SHLIB_PATH=../common:../i18n:../tools/toolutil:../layout:../layoutex:../extra/ustdio:../tools/ctestfw:../data/out:../data:../stubdata/:$SHLIB_PATH
 ../tools/genprops/genprops -s ../data/unidata -d ../data/out/build -u
4
/usr/lib/dld.sl: Unresolved symbol:
_ZTVN10__cxxabiv120__si_class_type_infoE (data)  from
../tools/toolutil/libicutoolutil.sl.26
/usr/lib/dld.sl: Unresolved symbol:
_ZTVN10__cxxabiv117__class_type_infoE (data)  from
../tools/toolutil/libicutoolutil.sl.26
/usr/lib/dld.sl: Unresolved module for symbol: _ZTVN7icu_2_67UObjectE
(data)  from ../common/libicuuc.sl.26
/usr/lib/dld.sl: Unresolved symbol:
_ZTVN10__cxxabiv120__si_class_type_infoE (data)  from
../common/libicuuc.sl.26
/usr/lib/dld.sl: Unresolved symbol:
_ZTVN10__cxxabiv117__class_type_infoE (data)  from
../common/libicuuc.sl.26
/usr/lib/dld.sl: Unresolved symbol:
_ZTVN10__cxxabiv121__vmi_class_type_infoE (data)  from
../common/libicuuc.sl.26
/usr/lib/dld.sl: Unresolved module for symbol:
_ZTVN7icu_2_614UnicodeFunctorE (data)  from ../common/libicuuc.sl.26
/usr/lib/dld.sl: Unresolved symbol:
_ZTVN10__cxxabiv120__si_class_type_infoE (data)  from
../common/libicuuc.sl.26
/usr/lib/dld.sl: Unresolved symbol:
_ZTVN10__cxxabiv117__class_type_infoE (data)  from
../common/libicuuc.sl.26
/usr/lib/dld.sl: Unresolved symbol:
_ZTVN10__cxxabiv121__vmi_class_type_infoE (data)  from
../common/libicuuc.sl.26
/usr/lib/dld.sl: Unresolved module for symbol: uset_open_2_6 (code)
from ../tools/genprops/genprops
/bin/sh: 26533 Abort(coredump)
gmake[1]: *** [../data/out/build/icudt26b_uprops.icu] Error 134
gmake[1]: Leaving directory
`/home/pspl/sanjay/icubuild/icu/source/data'
gmake: *** [all-recursive] Error 2
bash-2.03$



reply via email to

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