pkgsrc-Bugs archive

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

Re: pkg/42683



The following reply was made to PR pkg/42683; it has been noted by GNATS.

From: Jan =?ISO-8859-2?Q?=A9mydke?= <jan.smydke%jh-inst.cas.cz@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/42683
Date: Fri, 17 Sep 2010 20:02:18 +0200

 Yes, I strongly believe it must be a libtool problem. Today I have
 successfully build octave-3.2.4 on my own without libtool by the
 following:
 
 -----
 tar -xjf octave-3.2.4.tar.bz2
 cd octave-3.2.4
 
 ./configure --prefix=/home/honza/local/local/stow/octave-3.2.4
 --disable-freetypetest --enable-static --disable-shared --disable-dl
 --without-framework-carbon --without-zlib --without-hdf5 --without-fftw
 --without-glpk --without-framework-opengl --without-qrupdate
 --without-amd --without-umfpack --without-colamd --without-ccolamd
 --without-cholmod --without-cxsparse --without-cxsparse
 --without-arpack --without-curl CC=/usr/pkg/gcc44/bin/gcc
 CXX=/usr/pkg/gcc44/bin/g++ F77=/usr/pkg/gcc44/bin/gfortran CFLAGS="-O"
 CXXFLAGS="-O" CPPFLAGS="-I/usr/X11R7/include" LDFLAGS="-R/usr/X11R7/lib
 -L/usr/pkg/lib"
 
 -----
 It worked (at last!)
 
 Then I created wip/octave (again avoiding the use of libtool) and it
 works too :oD
 
 So before the libtool problem is resolved, octave may be built without
 libtool
 


Home | Main Index | Thread Index | Old Index