--- Steve Fink <[EMAIL PROTECTED]> wrote: > blib/lib/libparrot$(SO) : blib/lib $(O_DIRS) $(O_FILES) > - $(LD) $(LD_SHARED) $(LD_SHARED_FLAGS) $(LDFLAGS) > $(LD_OUT)blib/lib/libparrot$(SO) $(O_FILES) $(C_LIBS) > + $(LD) $(LD_SHARED) $(LD_SHARED_FLAGS) $(LDFLAGS) > $(LD_OUT)blib${slash}lib${slash}libparrot$(SO) $(O_FILES) $(C_LIBS)
Putting a shared libparrot in blib/lib is unportable, Windows won't be able to find it. It needs to go in the same directory as parrot.exe. (This only applies to dlls loaded when the program is starting up, ones loaded with LoadLibrary can be whereever you want) __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com