[BuildTools-tickets] [BuildTools] #91: run_autotools & configure insert carriage returns in libtool file

BuildTools coin-trac at coin-or.org
Tue Sep 6 10:41:12 EDT 2011


#91: run_autotools & configure insert carriage returns in libtool file
-----------------------+----------------------------------------------------
Reporter:  kibaek.kim  |       Owner:  stefan      
    Type:  defect      |      Status:  new         
Priority:  major       |   Component:  build system
 Version:  0.7         |    Keywords:              
-----------------------+----------------------------------------------------
 I am trying to use BuildTools for my own solver, since it utilizes many
 coin-or packages.

 Based on the web manual, I have created configure.ac and Makefile.am files
 in proper directories of my project directory. BuildTools/run_autotools
 has been successfully executed and created configure and other files. And
 ./configure has also been successfully done. But running make file gives a
 syntax error when using libtool file. When looking into libtool file, I
 have found that libtool file contains lots of carriage returns. After
 eliminating all carriage returns by ''tr -d '\r' libtool'' command,
 everything has run successfully.

 I have found this issue on Mac OSX and Red Hat Enterprise.

-- 
Ticket URL: <https://projects.coin-or.org/BuildTools/ticket/91>
BuildTools <http://projects.coin-or.org/BuildTools>
Tools for configuring and compiling COIN-OR codes



More information about the BuildTools-tickets mailing list