Compile on HPUX 10.20

Ken Stone ken at sdd.hp.com
Fri Oct 16 22:54:34 GMT 1998


> When running ./configure on HP K360  with HP-UX 10.20 and HP Ansi-C-Compile
> I get the following message:
> 
> checking for four-argument statfs (AIX-3.2.5, SVR3)... no
> checking for two-argument statfs with statfs.fsize member (4.4BSD and
> NetBSD)... no
> checking for two-argument statfs with struct fs_data (Ultrix)... no
> checking configure summary
> ERROR: No locking available. Running Samba would be unsafe
> configure: error: summary failure. Aborting config
> 
> What can I do ??

Runs fine for me here on

    HP-UX hpsdlz B.10.20 A 9000/735 2014393735 two-user license

I run configure as

    export CC=cc
    export CFLAGS="-Ae"
    ./configure --with-mmap --prefix=/local

And it runs fine ...

Won't compile, but that not uncommon lately with so much hacking
going on :-)

Compiling smbwrapper/smbw.c with
cc: "smbwrapper/smbw.c", line 1361: warning 618: Declaration of "stat64" not vis
ible outside this function prototype scope.
cc: "smbwrapper/smbw.c", line 1363: error 1530: Undefined struct or union.
cc: "smbwrapper/smbw.c", line 1364: error 1530: Undefined struct or union.
cc: "smbwrapper/smbw.c", line 1365: error 1530: Undefined struct or union.
cc: "smbwrapper/smbw.c", line 1366: error 1530: Undefined struct or union.
cc: "smbwrapper/smbw.c", line 1367: error 1530: Undefined struct or union.
cc: "smbwrapper/smbw.c", line 1368: error 1530: Undefined struct or union.
cc: "smbwrapper/smbw.c", line 1369: error 1530: Undefined struct or union.
cc: "smbwrapper/smbw.c", line 1370: error 1530: Undefined struct or union.
cc: "smbwrapper/smbw.c", line 1371: error 1530: Undefined struct or union.
cc: "smbwrapper/smbw.c", line 1372: error 1530: Undefined struct or union.
cc: "smbwrapper/smbw.c", line 1373: error 1530: Undefined struct or union.
cc: "smbwrapper/smbw.c", line 1374: error 1530: Undefined struct or union.
cc: "smbwrapper/smbw.c", line 1375: error 1530: Undefined struct or union.
*** Error exit code 1

Stop.

But configure runs fine ...

  -- Ken


More information about the samba-ntdom mailing list