help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: compiler error on 64 bit kubuntu machine (UNCLASSIFIED)


From: CdeMills
Subject: RE: compiler error on 64 bit kubuntu machine (UNCLASSIFIED)
Date: Fri, 8 Jul 2011 05:12:35 -0700 (PDT)

Try:

cd octave/sources/from/repository
./autogen.sh 2>&1 | tee make.autogen
grep filemode make.autogen

I get:
  filemode
  lib/filemode.c
  lib/filemode.h
  m4/filemode.m4
Copying file ._bootmp/libgnu/filemode.c
Copying file ._bootmp/libgnu/filemode.h
Copying file ._bootmp/m4/filemode.m4
  #include "filemode.h"
build-aux/bootstrap: no version control for libgnu/filemode.c?
build-aux/bootstrap: no version control for libgnu/filemode.h?
build-aux/bootstrap: no version control for m4/filemode.m4?

'filemode.c' is the file where strmode is defined. If your output differ:
1) start from a pristine checkout
2) run ./autogen and verify that the directory libgnu is updated, its access
time should be close to the time where you ran autogen

Regards

Pascal

--
View this message in context: 
http://octave.1599824.n4.nabble.com/compiler-error-on-64-bit-kubuntu-machine-UNCLASSIFIED-tp3651380p3653872.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]