List Info

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




GNU make complains for NUL character.... missing seperator
user name
2006-10-16 11:44:45
"Sanju" <sanjay.sutargmail.com> writes:

> > You didn't show the command that make ran before
you got this, but it must
> > have been something like:
> >
> >     make -f config/
> >
> > This, of course, is not a valid command line.
> 
> like
> $make
> 
> OR
> $make -f Makefile
> 
> In both cases I get the same error...........I dont
understand why its
> complaining for "config/"

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")?

Note when I say "the command line" I don't
necessarily mean the command
that you type into the shell.  Most makefile environments
are recursive,
which means one makefile is invoking another instance of
make.  It's quite
possible that you're using a variable that isn't properly
assigned.  For
example, something like this:

  SUBMAKE = subdir.mk

  recurse:
          $(MAKE) -f config/$(SUMAKE)

would do it.

If you're not using "make -f config/" then maybe
you're trying to "include"
it?  Again, this would be because of a variable that was
mistyped or
something:

  SUBMAKE = subdir.mk

  include config/$(SUMAKE)

or something like that.

Sorry, but you'll just have to turn on debugging, etc. and
try to figure
this out.  With only the context you've provided there's
nothing more we
can do to help.

-- 
------------------------------------------------------------
-------------------
 Paul D. Smith <psmithgnu.org>          Find
some GNU make tips at:
 http://www.gnu.org        
             http://make.paulandlesl
ey.org
 "Please remain calm...I may be mad, but I am a
professional." --Mad Scientist
_______________________________________________
help-gnu-utils mailing list
help-gnu-utilsgnu.org

http://lists.gnu.org/mailman/listinfo/help-gnu-utils
GNU make complains for NUL character.... missing seperator
user name
2006-10-17 09:03:02
> 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:../dat
a:../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$

_______________________________________________
help-gnu-utils mailing list
help-gnu-utilsgnu.org

http://lists.gnu.org/mailman/listinfo/help-gnu-utils
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )