| View previous topic :: View next topic |
| Author |
Message |
Martin Borgman
Joined: 15 Nov 2003 Posts: 30 Location: Almelo/Netherlands
|
Posted: Sun Jan 16, 2005 4:02 pm Post subject: First steps: ./configure |
|
|
bash$ ./configure
checking build system type...
config.sub: too many arguments
Try `config.sub --help' for more information.
configure: error: /bin/sh ./support/config.sub
exit (1);
..^
%CC-I-IMPLICITFUNC, In this statement, the identifier "exit" is implicitly declared as a function.
at line number 110 in file DSA0:[SYS0.SYSMGR.temp.config-guess-38473]dummy.c;1 failed
bash$ _________________ Martin Borgman
OpenOffice.org porting group |
|
| Back to top |
|
 |
Martin Borgman
Joined: 15 Nov 2003 Posts: 30 Location: Almelo/Netherlands
|
Posted: Sun Jan 16, 2005 4:13 pm Post subject: |
|
|
The problem here is ## common. The configure script is unable to detect the build system.
This isn't a bash problem but someone should dig into this issue.
The workaround is to add --build=alpha-hp-vms (or build=ia64-hp-vms ) to the ./configure line. _________________ Martin Borgman
OpenOffice.org porting group |
|
| Back to top |
|
 |
STPitcher
Joined: 14 May 2004 Posts: 2 Location: New Hampsire, USA
|
Posted: Tue Jan 18, 2005 7:23 pm Post subject: New CONFIG.GUESS |
|
|
That's one solution.
The other is to use a newer CONFIG.GUESS. I forget who contriubted this... wasn't me!
I believe I've attempted to include the new CONFIG.GUESS in, I think the top level directory of the kit I need to get out YESTERDAY!
- stp |
|
| Back to top |
|
 |
Martin Borgman
Joined: 15 Nov 2003 Posts: 30 Location: Almelo/Netherlands
|
Posted: Thu Jan 20, 2005 4:02 pm Post subject: |
|
|
Yes Steve,
config.guess is one of the problems, but some configure scripts use other methods that fail at the moment. One of them is the use of gcc to detect various things about the system. Our gcc wrapper does not support the switches involved.
As for config.guess, it is part of one of the gnu build tools. We should send the team responsible for this tool the changes that are ## for OpenVMS and we should port these tools to OpenVMS. The first step is important for the future. The second step is important for now (there is a command to update your build environment).
Martin. _________________ Martin Borgman
OpenOffice.org porting group |
|
| Back to top |
|
 |
|