./configure works but when I try to make, it complains
about the .type pseudo-op being outside of .def/.endef
Tried adding .def a line above and .endef a line below
and it complains that it doesn't know how to resolve
the line.
Commenting out the lines also don't help because the
make bombs out later on when it can't find the function
declarations.
Can someone please help?
My compiler is gcc (GCC) 3.3.3 (cygwin special)
adrielsiew@gmail.com
Logged In: NO
Never mind. Hacked the code and now it works in cygwin. Can
you please close this bug?
Logged In: YES
user_id=659256
Can you share with us how you hacked it? I'm having the
same problem.