Hi, I was trying to compile pearpc http://pearpc.sourceforge.net/downloads.html on my OpenBSd 4.5 desktop to try out ppc ports of BSDs following http://prdownloads.sourceforge.net/pearpc/pearpc-0.4.tar.bz2
Facing this error. ======= $ ./configure --enable-cpu=jitc_x86 --enable-debug=no CFLAGS="-O3" checking build system type... i386-unknown-openbsd4.5 checking host system type... i386-unknown-openbsd4.5 checking target system type... i386-unknown-openbsd4.5 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes configure: WARNING: configure: warning: openbsd4.5: unknown target OS, assuming POSIX-compatible... configure: WARNING: *** assuming POSIX OS, we need pthread *** x86 target system checking for ranlib... ranlib checking for gmake... /usr/local/bin/gmake checking whether /usr/local/bin/gmake sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by /usr/local/bin/gmake... GNU checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C preprocessor... gcc -E checking for flex... flex checking for yywrap in -lfl... yes checking lex output file root... lex.yy checking whether yytext is a pointer... yes checking for bison... no checking for byacc... no checking for ar... /usr/bin/ar checking for gar... (cached) /usr/bin/ar checking for egrep... grep -E checking for clock_settime in -lrt... no checking for setitimer in -lc... yes checking whether byte ordering is bigendian... no checking for nasm... /usr/local/bin/nasm configure: error: Invalid parameter to --enable-ui: 'no'. Run './configure --help' for a list of valid parameters. ============ How do I rectify it? thanks Siju _______________________________________________ bsd-india mailing list [email protected] http://www.bsd-india.org/mailman/listinfo/bsd-india
