Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users
A note on building under Mandrake9.0..
 

Index | Next | Previous | View Flat


acs at hourglassone

Feb 8, 2003, 2:42 PM


Views: 1582
Permalink
A note on building under Mandrake9.0..

Just a word of advice to anyone who's getting grief building under
Mandrake 9.0.. The CVS makefiles that come with mythtv seem to have gcc
and g++ hard-coded, which then tries to link using g++ 2.96..

Unfortunately, this causes an incompatibility with libqt3, which is
built using gcc/g++ 3.2. The makefiles need to be modified:

CC = gcc-3.2
CXX = g++-3.2
LINK = g++-3.2

Normally this would've been taken care of using automake/autoconf, but
mythtv doesn't use those, so manual changes are necessary. If you get
some compiler errors having to do with undefined references
"QApplication", "QString", etc... then that's why.

I learned the hard way, so I thought I'd share..

Cheers,
Aaron C:\STEWART>

Subject User Time
A note on building under Mandrake9.0.. acs at hourglassone Feb 8, 2003, 2:42 PM
    Re: A note on building under Mandrake9.0.. acs at hourglassone Feb 8, 2003, 2:24 AM
    Re: A note on building under Mandrake9.0.. Afunding at stevens-tech Feb 8, 2003, 2:48 PM
    Re: A note on building under Mandrake9.0.. ijr at po Feb 8, 2003, 3:14 PM
        Re: A note on building under Mandrake9.0.. acs at hourglassone Feb 8, 2003, 3:48 PM

  Index | Next | Previous | View Flat
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.