windowmaker install problem - BSD
This is a discussion on windowmaker install problem - BSD ; Not sure if this is the right group but Im having problems installing
windowmaker in the make step. Configure runs fine but make errors out
with the message below:
`echo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -
I../src -I/home/wcd/rickm/windowMaker/include ...
-
windowmaker install problem
Not sure if this is the right group but Im having problems installing
windowmaker in the make step. Configure runs fine but make errors out
with the message below:
`echo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -
I../src -I/home/wcd/rickm/windowMaker/include -I/usr/X11R6/
include -g -O2 | sed -e s/-fomit-frame-pointer//` -O0 -c
x86_specific.c
gcc -DHAVE_CONFIG_H -I. -I. -I../src -I/home/wcd/rickm/windowMaker/
include -I/usr/X11R6/include -g -O2 -O0 -c x86_specific.c -fPIC -DPIC
-o .libs/x86_specific.o
/tmp/ccU2XLNk.s: Assembler messages:
/tmp/ccU2XLNk.s:39: Error: suffix or operands invalid for `pusha'
/tmp/ccU2XLNk.s:40: Error: suffix or operands invalid for `pushf'
/tmp/ccU2XLNk.s:41: Error: suffix or operands invalid for `pop'
/tmp/ccU2XLNk.s:44: Error: suffix or operands invalid for `push'
/tmp/ccU2XLNk.s:45: Error: suffix or operands invalid for `popf'
/tmp/ccU2XLNk.s:46: Error: suffix or operands invalid for `pushf'
/tmp/ccU2XLNk.s:47: Error: suffix or operands invalid for `pop'
/tmp/ccU2XLNk.s:56: Error: suffix or operands invalid for `popa'
/tmp/ccU2XLNk.s:61: Error: suffix or operands invalid for `popa'
/tmp/ccU2XLNk.s:92: Error: suffix or operands invalid for `pusha'
/tmp/ccU2XLNk.s:206: Error: suffix or operands invalid for `popa'
/tmp/ccU2XLNk.s:231: Error: suffix or operands invalid for `pusha'
/tmp/ccU2XLNk.s:279: Error: suffix or operands invalid for `popa'
/tmp/ccU2XLNk.s:304: Error: suffix or operands invalid for `pusha'
/tmp/ccU2XLNk.s:447: Error: suffix or operands invalid for `popa'
make[2]: *** [x86_specific.lo] Error 1
make[2]: Leaving directory `/home/wcd/rickm/linuxStuff/
WindowMaker-0.92.0/wrlib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/wcd/rickm/linuxStuff/
WindowMaker-0.92.0/wrlib'
make: *** [all-recursive] Error 1
Any help would be greatly appreciated!!!!!!!!
-
Re: windowmaker install problem
rickm@galaxy.nsc.com wrote:
> Not sure if this is the right group but Im having problems installing
> windowmaker in the make step. Configure runs fine but make errors out
> with the message below:
>
> `echo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -
> I../src -I/home/wcd/rickm/windowMaker/include -I/usr/X11R6/
> include -g -O2 | sed -e s/-fomit-frame-pointer//` -O0 -c
> x86_specific.c
> gcc -DHAVE_CONFIG_H -I. -I. -I../src -I/home/wcd/rickm/windowMaker/
[snip]
> make[2]: Leaving directory `/home/wcd/rickm/linuxStuff/
> WindowMaker-0.92.0/wrlib'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/wcd/rickm/linuxStuff/
^^^^^^^^^^
We're not talking about Linux here!
FreeBSD is *not* some form of Linux distro.
> WindowMaker-0.92.0/wrlib'
> make: *** [all-recursive] Error 1
>
>
> Any help would be greatly appreciated!!!!!!!!
Why not use the port or package system instead? There are numerous
dependencies required which the ports/package system can pull in
automatically.
The other main reason for using the ports can be noticed if you examine
the "files" subdirectory located under whichever port you are attempting to
build. Here are located patch files required to adjust a generic "build" to
specifically operate on FreeBSD.
If you do not wish to compile the software use the package (pkg_add) system.
In either case you are going to need to have an updated ports tree, as the
pkg_add relies on the ports tree as well.
If you are unfamiliar with installing software on FreeBSD examine the
Handbook in more detail. Everything you need to know is in there.
If you are attempting to build in your home directory because you do not
have admin rights to the box talk to your sysadmin and have him install
Windowmaker for you.
-Jason