I get the following when I try to build Pike on pelix. How come?
Making _Regexp_PCRE Linking _Regexp_PCRE ld: fatal: file pcre_glue.o: open failed: No such file or directory Linking failed: /export/spare/pike/home/manual/Pike/7.5/bin/smartlink /usr/ccs/bin/ld -G -o module.so pcre_glue.o -R/pike/sw//lib -L/pike/sw//lib -ldl -lrt -lnsl -lsocket -lm -lpthread -lthread /pike/sw/pkg/gcc-3.3.1/lib/gcc-lib/sparc-sun-solaris2.8/3.3.1/libgcc.a -lc /pike/sw/pkg/gcc-3.3.1/lib/gcc-lib/sparc-sun-solaris2.8/3.3.1/libgcc.a
Something in the make routines makes it not detect that it supposed to generate a .o file from the .cmod file via a .c file, maybe?
/ Mirar
Previous text:
2003-10-08 18:46: Subject: Pelix
I get the following when I try to build Pike on pelix. How come?
Making _Regexp_PCRE Linking _Regexp_PCRE ld: fatal: file pcre_glue.o: open failed: No such file or directory Linking failed: /export/spare/pike/home/manual/Pike/7.5/bin/smartlink /usr/ccs/bin/ld -G -o module.so pcre_glue.o -R/pike/sw//lib -L/pike/sw//lib -ldl -lrt -lnsl -lsocket -lm -lpthread -lthread /pike/sw/pkg/gcc-3.3.1/lib/gcc-lib/sparc-sun-solaris2.8/3.3.1/libgcc.a -lc /pike/sw/pkg/gcc-3.3.1/lib/gcc-lib/sparc-sun-solaris2.8/3.3.1/libgcc.a
/ Martin Nilsson (saturator)
pike-devel@lists.lysator.liu.se