On Sun, Feb 26, 2012 at 1:14 PM, marco atzeri <marco.atz...@gmail.com> wrote:
> On 2/26/2012 12:15 PM, Juan Pablo Carbajal wrote:
>>
>> On Sun, Feb 26, 2012 at 4:50 AM, marco atzeri  wrote:
>>
>>> Hi,
>>> I am trying to prepare the cygwin forge package bundle
>>> to align with octave 3.6.1, but geometry is making me crazy.
>>> It is the only package with a peculiar failure.
>>>
>
>> Hi,
>>
>> Thanks for reporting the problem. This happens when you try to install
>> from any script or just from one in particular? (the
>> admin/releasePKG.m works fine with geometry here)
>> If it is only your script, could you put it here so I can try to
>> reproduce the error and try to isolate the problem? I guess it may be
>> some of the flags.
>> http://agora.panocha.org.mx/
>>
>> Thank you
>>
>
> Hi,
> the script works with cygwin package manager "cygport"
> so I doubt it will work outside cygwin.
>
> However, I uploaded here
> http://matzeri.altervista.org/works/forge/
>
> octave-forge-packages.script
>  the full octave script I am running
>
> octave-forge-20120224-1.cygport
>  the cygport script containing the bash commands reported below
>
> ------------------------------------------
>        cd ${D}
>        F77=gfortran-4
>        cd ${S}
>        sed -e "s|new_inst_dir|${D}|" \
>          octave-forge-packages.base > ${B}/octave-forge-packages.script
>        octave ${B}/octave-forge-packages.script
> ---------------------------------------------
>
>
> set.output
>   built replacing call to
>    "octave ${B}/octave-forge-packages.script"
>   with "set" to dump all the variables defined at that time.
>
> let me know if you see on "set.output" anything relevant
>
> PS: gfortran-4 and gfortran are the same program
>
> Regards
> Marco

The compilation flag -mieee-fp is not recognized by mkoctfile. The
problem seems not to be related to geometry.
Now, the only thing that needs compilation is the octclip part of
geometry and in its make file there is no -mieee-fp flag.

In the scripts you provided I fail to see who is adding this flag. Did
you change the make file of the octclip package?


-- 
M. Sc. Juan Pablo Carbajal
-----
PhD Student
University of Zürich
http://ailab.ifi.uzh.ch/carbajal/

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to