[Xorp-hackers] Compile failed @ asyncio.cc on MIPS64/Linux/GCC3.4.3

Bruce M Simpson bms at incunabulum.net
Fri Sep 5 07:03:36 PDT 2008


RTP Techie wrote:
> ...
>
> When installing, the install script copies all the binaries with 
> prefix "mips64-montavista-linux", like
>
> mips64-montavista-linux-xorp_rtrmgr
> However, when starting mips64-montavista-linux-xorp_rtrmgr, it will 
> start "xorp_fea".
>

It is an artefact of how GNU Autoconf normally names cross-compiled
binaries when it sees you have used --target. In this case however it
breaks the deployment because it doesn't match what the Router Manager
sees in the template files.

Try specifying --program-prefix=NONE to configure when using --target
and let us know if this works around the issue.



More information about the Xorp-hackers mailing list