http://bugs.freedesktop.org/show_bug.cgi?id=20844

           Summary: build fails because LDFLAGS missing for corender
           Product: Mesa
           Version: 7.2
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Demos
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Mesa-7.2/progs/xdemos/Makefile

for the corender target (demo program) $(LDFLAGS) is missing in the
compile/link step

corender: corender.o ipc.o
        $(CC) $(CFLAGS) corender.o ipc.o $(LIBS) -o $@

$(LDFLAGS) is missing which breaks the build when cross-compiling and eg. the
X11 libs are not in the default place

the same issue is in Mesa-7.3

fix is easy: add $(LDFLAGS)


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to