Hi lists.
Someone may be use GEM on SGI..... I'm in trouble that can not load GEM to PD at IRIX 6.2 Pd is working good.
Pd version is 0.32 GEM version is 0.79
%/user/tohk/pd/bin/pd -lib /user/tohk/pd/gem/Gem.pd_irix5 /user/tohk/pd/gem/Gem.pd_irix5: can't load library
Of course Gem.pd_irix5 is exist that directry. Are there incompatibility each version of them?
Or my other mistake?
thanks
Toshinori Ohkouchi
Hi,
[tohk@iamas.ac.jp (Toshinori Ohkouchi)] | Hi lists. | | Someone may be use GEM on SGI..... | I'm in trouble that can not load GEM to PD at IRIX 6.2 | Pd is working good. | | Pd version is 0.32 | GEM version is 0.79 | | %/user/tohk/pd/bin/pd -lib /user/tohk/pd/gem/Gem.pd_irix5 | /user/tohk/pd/gem/Gem.pd_irix5: can't load library | | Of course Gem.pd_irix5 is exist that directry. | Are there incompatibility each version of them?
I think you should use '-path' instead of '-lib' ...
I would start pd with something like:
/user/tohk/pd/bin/pd -path /user/tohk/pd/gem
-- n ++k
Thank you Knos and X.
You are right!! It become to No error When start up PD.
But now, I get other error when open example patch.
....could't create
So still I think it may be version conflict. And I found other GEM binaries for IRIX from PD mailing list archive. now I ftping.
what release of Pd and GEM do you use?
later
thanks and sorry to my strange English.
Toshinori Ohkouchi
Hi
Mmmmm....
-path option did not resolve my error. It seems that Gem is not loaded.
I have spent 2 days.... :-)
Thank you Knos and X.
You are right!! It become to No error When start up PD.
But now, I get other error when open example patch.
....could't create
So still I think it may be version conflict. And I found other GEM binaries for IRIX from PD mailing list archive. now I ftping.
what release of Pd and GEM do you use?
later
thanks and sorry to my strange English.
Toshinori Ohkouchi
Toshinori Ohkouchi
I read:
%/user/tohk/pd/bin/pd -lib /user/tohk/pd/gem/Gem.pd_irix5 /user/tohk/pd/gem/Gem.pd_irix5: can't load library
Or my other mistake?
# /path/to/pd -lib /pth/to/Gem
no .pd_sysarch suffix that's how I do it at least, also make sure you have all the required shared libs on your system (i.e. can you compile it ?)
hopre that helps
x