1846986 Members
3475 Online
110257 Solutions
New Discussion

Re: make core dumps

 
Carlos Ruiz
Occasional Contributor

make core dumps

I am bulding wxWindows whith gtk on hp-ux 10.20, and make dies whith core dump. Using gmake instead of hp make solves the problem, but I'm unsatisfied, make must not core dump, it must give an error message. There's a patch or something?
1 REPLY 1
Behap
Occasional Contributor

Re: make core dumps

GTK is typically built with GNU make. It is probably never tested with HP make and uses features that HP make does not support. You should use gnu make to build this package.