Hi Jürgen,
It is possible, that there is a blank between fdcomp.o and -luno...
missing?
mmh, probably not it works fine for me
You an SDK version which is not prepared to work with gcc 4.x.x. Please
check in your <sdk>/settings.mk file the section for Linux and ensure that
COMID=gcc3
CPPU_ENV=gcc3
are set correct. Simply remove the if statement if necessary.
It was the blank!
I have changed the Makefile and insert a blank (the blank before '\').
$(LINK) $(COMP_LINK_FLAGS) $(LINK_LIBS) -o $@ $^\
to
$(LINK) $(COMP_LINK_FLAGS) $(LINK_LIBS) -o $@ $^ \
and now it works.
By
Michael
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]