Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] How to install Tacus for CGAL in Fedora 11

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] How to install Tacus for CGAL in Fedora 11


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] How to install Tacus for CGAL in Fedora 11
  • Date: Mon, 2 Nov 2009 15:14:48 +0100
  • Organization: GeometryFactory

Le lundi 02 novembre 2009 14:49:21,

a écrit :
> when I configure tacus,the error message like this:
>
> cc -o configurator/configurator configurator/taucs_config.c
> rm -rf lib/linux/*
> rm -rf obj/linux/*
> rm -rf bin/linux/*
> rm -rf lib/linux/*.*
> rm -rf obj/linux/*.*
> rm -rf bin/linux/*.*
> rm -rf build/linux/taucs_config_tests.h
> rmdir obj/linux/
> rmdir: failed to remove “obj/linux/”: 没有那个文件或目录
> make: [clean] 错误 1 (忽略)
> rmdir bin/linux/
> rmdir: failed to remove “bin/linux/”: 没有那个文件或目录
> make: [clean] 错误 1 (忽略)
> rmdir lib/linux/
> rmdir: failed to remove “lib/linux/”: 没有那个文件或目录
> make: [clean] 错误 1 (忽略)--

The build system of TAUCS is particularly bad written.

Use that before ./configure:
mkdir -p lib/linux obj/linux bin/linux

--
Laurent Rineau, PhD
Release Manager of the CGAL Project
http://www.cgal.org/
R&D Engineer at GeometryFactory
http://www.geometryfactory.com/



Archive powered by MHonArc 2.6.16.

Top of Page