Re: Problema con PInvoke( Solucionado)
Lluis <[email protected]> Thu, 1 Apr 2010 13:53:32 +0200
| Newsgroups | gmane.comp.gnome.mono.hispano |
|---|---|
| Message-ID | <[email protected]> |
On Miércoles, 31 de Marzo de 2010 20:16:29 Lluis escribió: Ante todo mis gracias a Jonatan Anauati que es el que me mostro el camino de la solución. Yo estaba compilando la libreria con eclipse que habia generado esta parte del makefile : libnetlinkdll.so: $(OBJS) $(USER_OBJS) @echo 'Building target: $@' @echo 'Invoking: GCC C++ Linker' g++ -shared -o"libnetlinkdll.so" $(OBJS) $(USER_OBJS) $(LIBS) @echo 'Finished building target: $@' @echo ' ' Sustituyendolo por el sugerido por Jonatan queda : libnetlinkdll.so: $(OBJS) $(USER_OBJS) @echo 'Building target: $@' @echo 'Invoking: GCC C++ Linker' gcc -c -o "libnetlinkdll.o" $(OBJS) $(USER_OBJS) $(LIBS) ld -shared -o"libnetlinkdll.so" libnetlinkdll.o @echo 'Finished building target: $@' @echo ' ' Que ha funcionado sin ningun problema. -- Saludos Lluis _______________________________________________ Mono-hispano mailing list [email protected] https://listas.hispalinux.es/mailman/listinfo/mono-hispano
signature.asc
(application/pgp-signature, 198 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (GNU/Linux) iEYEABECAAYFAku0iUEACgkQ+Iosy7m7RYztvgCgtHnzSuA+/TfJJuwjrJswgRem ok8AoJ1ts4Ad6dZxLnDwQ0bahUgdLZZa =OioW -----END PGP SIGNATURE-----