Hi! Thanks a lot for your reply!
This was *nearly* it: 'make install' in a clean directory did the trick! (I had actually already noticed that I should 'make test' before 'make' so that the test should work, but had not take it to its conclusion...). You've solved my problem, but I am under the impression that there is something quite fishy going on, which should be investigated, if someone could afford the time to tell me what to look for, I could help. I've taken a closer look at the Makefile: well, I don't understand much, but there is a reference to 'libperl.a', and none to "libperl.so", I've build a shared perl, so I have the latter, but the former... I'm thouroughly confused... Thanks a lot for your help! Philippe Roderich Schupp wrote: > > On 11/3/06, Philippe Schaffnit <[EMAIL PROTECTED]> wrote: > > Can anyone suggest anything? > > I don't know why "make install" tries to rebuild anything, but it > seems to use the previous build of static.o (which depends on > static.c which should depend on my_par.c (?) which just got rebuild). > Try to remove static.o before "make install", so that it also gets rebuild. > > Cheers, Roderich
