M. Niedermair wrote:
Hi,

which gcc version do you use? You need at least gcc 3.0.1 and i would recommend gcc 3.4.1

g++ --version
g++ (GCC) 4.0.3 20060212 (prerelease) (Debian 4.0.2-9)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

/home/mgn/tmp/OpenOffice.org2.0_SDK/LINUXexample.out/slo/FlatXmlTypeDetection/fdcomp.o\
        -luno_cppuhelperGCC -luno_cppu -luno_sal -lstlport_gcc
g++: /home/mgn/tmp/OpenOffice.org2.0_SDK/LINUXexample.out/slo/FlatXmlTypeDetection/fdcomp.o-luno_cppuhelperGCC: Datei oder Verzeic
hnis nicht gefunden
make: ***

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.

Juergen



by
Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to