Bug 928 - DMX breaks BuildServersOnly imake flag
Summary: DMX breaks BuildServersOnly imake flag
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/DDX/dmx (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Kevin E. Martin
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-26 19:04 UTC by Adam Jackson
Modified: 2004-07-29 06:21 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Adam Jackson 2004-07-26 19:04:46 UTC
CVS build fails when BuildServersOnly is specified in host.def, because libXaw
isn't built:

gcc -m32 -o xdmxconfig -O2 -march=pentium3 -g -ansi -pedantic -Wall
-Wpointer-arith -Wundef -L../../../../../exports/lib   xdmxconfig.o dmxlog.o
Canvas.o -L. -ldmxconfig -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXp -lXext -lX11
-lXt -lSM -lICE -Wl,-rpath-link,../../../../../exports/lib
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -lXaw
collect2: ld returned 1 exit status
make[6]: *** [xdmxconfig] Error 1
Comment 1 Kevin E. Martin 2004-07-29 23:12:24 UTC
Looking into this now
Comment 2 Kevin E. Martin 2004-07-29 23:21:01 UTC
Patch checked in


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.