Mailing List Archive



Back to the month index Back to the list index

Kevin Baker (ol@twics.com)
Thu, 8 Apr 1999 18:50:09 +0900 (JST)


Date: Thu, 8 Apr 1999 18:50:09 +0900 (JST)
From: Kevin Baker <ol@twics.com>
Subject: Re: 2.0.8 HP Compile
Message-ID: <Pine.HPP.4.05.9904081845500.18719-100000@beehive.twics.com>

Hi,

> OK, for starters, it looks as though the HP us using a 3 arg msync but the
> config code thought it was a 2 arg version. Edit site.mm and set MSYNC to
> MSYNC_3 rather than MSYNC_2

the MSYNC_3 bit got me along further but now it is falling over with a
different error (see below). The linker can't find alloca which I find
confusing.

        cc -O -I../ -DHAVE_CONFIG_H -DHAVE_SSIZE_T -DHAVE_U_INT
-D_OS_UNIX -Ae +z -DHAVE_DIRENT_H -DHAVE_DIRENT -DHAVE_MMAP -DMSYNC_3
-DINST_DIR='"/opt/msql_208"' -DTARGET='"HP-UX-B.10.20-9000_712"' -DHAVE_RLIMIT_NOFILE msqld.o
msql_y acc.o msql_lex.o msql_proc.o net.o msqldb.o acl.o index.o types.o
regex.o varchar.o memory.o table.o select.o cra.o sort.o distinct.o
sysvar.o funct.o avl_tree.o -o msql2d -L../lib -lm ../common/debug.o
../common/strtoul.o -lregexp libmsql.a
/usr/ccs/bin/ld: Unsatisfied symbols:
   alloca (code)
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.