-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Yo!
Anyone can tell what should be the equivalent of this line on osx:
ld -export_dynamic -shared -o pippo.pd_linux pippo.o -lc -lm
?
i get ld: unknown flag: -export_dynamic
and
ld: unknown flag: -shared
i had a look at the man id page and google but i am still confused.
if there is someone who can tell me, or who managed to make the externals howto on osx, i'll be happy to share informations :)
Cheers,
Xname
Hallo, xname hat gesagt: // xname wrote:
Anyone can tell what should be the equivalent of this line on osx:
ld -export_dynamic -shared -o pippo.pd_linux pippo.o -lc -lm
I think, it's something with "-bundle" but the easiest thing to do would be if you check out some of the Makefiles in the CVS repository and look at their .pd_darwin-targets.
Frank Barknecht _ ______footils.org_ __goto10.org__
Check out externals/Makefile and packages/Makefile.buildlayout. You
can see the Mac OS X, GNU/Linux, and Windows/MinGW build setup.
.hc
On May 29, 2007, at 11:56 AM, xname wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Yo!
Anyone can tell what should be the equivalent of this line on osx:
ld -export_dynamic -shared -o pippo.pd_linux pippo.o -lc -lm
?
i get ld: unknown flag: -export_dynamic
and
ld: unknown flag: -shared
i had a look at the man id page and google but i am still confused.
if there is someone who can tell me, or who managed to make the externals howto on osx, i'll be happy to share informations :)
Cheers,
Xname
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFGXE0oNvasaG3ULUwRAuT/AJ4/9JQTfHDvS/3NWFhA7dg2FQhv9gCgjWu8 ut3udkM2p8C4DgEueXFuBp0= =Rh2m -----END PGP SIGNATURE-----
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
As we enjoy great advantages from inventions of others, we should be
glad of an opportunity to serve others by any invention of ours; and
this we should do freely and generously. - Benjamin Franklin
On 5/29/07, xname xname@scii.nl wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Yo!
Anyone can tell what should be the equivalent of this line on osx:
ld -export_dynamic -shared -o pippo.pd_linux pippo.o -lc -lm
-bundle -undefined suppress -flat_namespace -o pippo.pd_linux pippo.o -lc -lm
On May 29, 2007, at 2:39 PM, chris clepper wrote:
On 5/29/07, xname xname@scii.nl wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Yo!
Anyone can tell what should be the equivalent of this line on osx:
ld -export_dynamic -shared -o pippo.pd_linux pippo.o -lc -lm
-bundle -undefined suppress -flat_namespace -o pippo.pd_linux
pippo.o -lc -lm
Sometimes "-undefined dynamic_lookup" can be useful too, or
-"bundle_loader /path/to/pd/bin/pd"
.hc
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
"[W]e have invented the technology to eliminate scarcity, but we are
deliberately throwing it away to benefit those who profit from
scarcity." -John Gilmore