Trigger the autotools reconfiguration process. Unfortunately, the nec-flavoured autotools are installed only on the vector nodes. Hence, we need to run an interactive job on a vector node to do the job:
```bash
# start insteractive job
qlogin -q veinteractive -lelapstim_req=1800
# get autoreconf into PATH
export PATH="/opt/nec/ve/bin:$PATH"
cd$DIR/libexpat-R_2_2_6/expat
./buildconf.sh
exit
```
## Build and install
On the front-end, we can now cross-compile. Remember to replace `$PREFIX` with your installation directory.