Re: my propagator written with CPI -> error on Linux
Stefano
stegua at libero.it
Fri Mar 1 11:09:29 CET 2002
Ciao,
> > /var/home/studenti/gualandi/Oz/InterfaceC++/angle.so-linux-i486:
> > undefined symbol: OZ_sCloneBlock__FPUiT0i
>
> How did you create angle.so-linux-i486? If at all possible for your
> project, you should be using ozmake. It is imperative that the same
> C++ compiler be used for compiling your extensions that was used for
> compiling the emulator.
I compiled my file <angle.cc> with command:
-> oztool c++ -c angle.cc
[then I tried also -> oztool cc -c angle.c]
and then
-> oztool ld angle.o -o angle.so-linux-i486
The c++ (and cc) command invoke:
"gcc version 2.95.4 (Debian prerelease)
Only thing I found out strange was that
-> gcc -dumpmachine
return -> i386-linux
I will tried to find out how to change target processor.
Anyway, how can I know wich C++ compiler has been used for compiling
the emulator? I'm using mozart on Linux-Debian installed with
command "apt-get". The Oz compiler version is 1.2.3 (20020126).
thanks,
Stefano
-
Please send submissions to users at mozart-oz.org
and administriva mail to users-request at mozart-oz.org.
The Mozart Oz web site is at http://www.mozart-oz.org/.
More information about the mozart-users
mailing list