The compiler error you are getting on YAML::Sync is because it's calling cc instead of gcc. IIRC gcc uses the -fPIC flag and Sun CC uses the -kPIC in your error message.
I didn't read that portion of your post before my initial reply, otherwise I would've pointed that out. -- 4mula1 ------------------------------------------------------------------------ 4mula1's Profile: http://forums.slimdevices.com/member.php?userid=3439 View this thread: http://forums.slimdevices.com/showthread.php?t=34014 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
