---------------------------- Original Message ---------------------------- Subject: Porting player make system to x86_64 From: "Julio Martinez" <[EMAIL PROTECTED]> Date: Fri, April 6, 2007 1:12 pm To: [EMAIL PROTECTED] --------------------------------------------------------------------------
I am currently porting pyrobot to my gentoo amd64 system. I already have the working ebuilds for the latest versions of gazebo, player, stage and all of their dependencies. The problem is that i'm running in native 64 bit mode and that requires that all my shared code be built using the -fPIC flag for the linking process. As far as i can see the build system as of player-4.9.3 does not support this and from what i can tell putting it in cleanly would require to edit all the files in the build system. Is there a more efficient way of doing this or has someone else done it before? If not it's ok I'm willing to do the modifications. Btw this is some great software and thanks for making available to everybody. -- Douglas S. Blank Associate Professor, Bryn Mawr College http://cs.brynmawr.edu/~dblank/ Office: 610 526 6501 _______________________________________________ Pyro-users mailing list [email protected] http://emergent.brynmawr.edu/mailman/listinfo/pyro-users
