Re: This is probably a dumb question...

2001-11-03 Thread Simon Cozens
On Sat, Nov 03, 2001 at 09:46:06AM -0800, Brent Dax wrote: but how do I use an additional .ops file? I'd like to statically link it in and use it alongside core.ops, but I can't figure it out. To let the assembler know about it, add a line like use Parrot::OpLib::foo; to

Re: This is probably a dumb question...

2001-11-03 Thread Gregor N. Purdy
Brent -- but how do I use an additional .ops file? I'd like to statically link it in and use it alongside core.ops, but I can't figure it out. The assembler can't find the opcodes, even after I run ops2pm. Is there some magical command-line switch I'm not activating or something? This