Am Montag 30 Oktober 2006 19:17 schrieb Martin Naumann: > Okay, thanks...but I tried that....buuut: > > The makefile looks like that and doesn't work with the same output: > > LIBS = /usr/local/pspdev/psp/lib/libopenobex.a
The linker (at least the one in a typical linux environment) does not care if it is .a or .so. Try: LDFLAGS=-L/usr/local/pspdev/psp/lib LIBS=-lopenobex HS ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Openobex-users mailing list [email protected] http://lists.sourceforge.net/lists/listinfo/openobex-users
