Thread: Compiles on gcc 3.3 but not on gcc 4.0.3

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by cunnus88 View Post
    Every .h file which references PROB_SMOOTH.
    That's not what I asked... .h files do not get compiled, only .cc files are compiled. What is the name of a .cc file which fails to compile (any one of them is fine)? I.e. run the make and see where it dies. On my local system, it all compiles fine. If you give me the name of a failing file I can dig deeper.

    EDIT: Actually looked at the README file. Looks like a statistical translator trained on example bitexts. Cool! I've done a bit of NLP programming myself.
    Last edited by brewbuck; 03-29-2007 at 12:14 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Gcc can't find obvious copy constructor
    By SevenThunders in forum C++ Programming
    Replies: 13
    Last Post: 03-19-2009, 02:41 PM
  2. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  3. Replies: 4
    Last Post: 09-02-2007, 08:47 PM
  4. Undefined symbols from ld? ; making bundle; gcc 3.3
    By profxtjb in forum C Programming
    Replies: 5
    Last Post: 06-15-2004, 01:31 AM
  5. gcc
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 21
    Last Post: 10-22-2003, 03:46 PM