Hi i want to test the math example under the IDE KDevelop (Linux). My command
in the panel was something like:
g++ -m32 -o mathexec _I/home/.../include/axis2-1.5.0 -L/home/.../lib
-laxutil -laxis2_axiom ......-ldl
-Wl,--rpath -Wl,/home/.../lib   and it works!
so i did the following in KDevelop:
- add the include directory to the CFLAGS and CXXFLAGS
- add the include and lib directory to the include directories(extern)
- add the libs -laxutil -laxis2_axiom ....to the libs (Target
Options-->external lib LDADD)
- add in project optins-->configure options -m32 and lin directory to
LDFLAGS(linking)

when ich want to build i get the error massage:
/usr/lib64/gcc/x86_64-suse-linux/..../bin/ld/:i386:x86-64 acitecture of
input file áxis2_math_stub.o´ is incompatible with i386 output
In the linux panel i get the error too, but i solved this Problem with the
-m32 flag
Can somebody help me? Is here somebody who works with the KDevelop IDE?

-- 
View this message in context: 
http://www.nabble.com/-AXIS2--Axis2-and-KDevelop-tp19139544p19139544.html
Sent from the Axis - User mailing list archive at Nabble.com.


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

Reply via email to