On Fri, Aug 13, 2010 at 2:42 PM, Frans Meulenbroeks wrote:
> 2010/8/13 Mike Frysinger:
>> On Fri, Aug 13, 2010 at 7:39 AM, Frans Meulenbroeks wrote:
>>> Code builds with a few minor issues, using openembedded.
>>> I had to make sure autoconf was run with -s. Root cause seems to be
>>> that a symlink is made to tools before the actual data is there. With
>>> symlinks this works. With hard copy it does not.
>>> Guess ideally something could change in the order of the tests so the
>>> tools stuff is there.
>>>
>>> Also somehow MKINSTALLDIRS got not detected properly, I just added
>>> MKINSTALLDIRS=tools/mkinstalldirs when doing make install
>>> I guess this is also caused by mkinstalldirs not being there when the
>>> test is run.
>>
>> use the autogen.sh script instead of trying to run things yourself
>
> I've peeked at the autogen.sh script. That's how I got to the -s.
>
> I am crosscompiling urjtag under openembedded.
> This invokes autconf itself (and autogen is not more than autoconf
> with some options followed by configure).

this is simply not true.  autogen.sh invokes auto*re*conf and that
invokes a lot more than just autoconf.  maybe that's the root of your
problem.  autoreconf without -s works fine for me (and thus no
symlink).
-mike

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
UrJTAG-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/urjtag-development

Reply via email to