Thread: FLTK make include with MinGW help

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    I take it this is cygwin? In any event, these lines:
    Code:
    configure:2391: gcc    conftest.c  >&5
    configure:2394: $? = 1
    tell you that the command "gcc conftest.c" failed. Are you able to run gcc from the command line? If you use that particular conftest.c, do you have any problems?

  2. #2
    Registered User
    Join Date
    Jul 2011
    Posts
    62
    I use gcc (with Msys) regularly, although not from the command line.
    I have no idea if I use confest.c though, it may be the problem then.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. FLTK (Fast Light Toolkit)
    By adrian.mowrey in forum C++ Programming
    Replies: 6
    Last Post: 08-18-2009, 07:17 PM
  2. fltk library
    By Fazee in forum C++ Programming
    Replies: 4
    Last Post: 06-25-2009, 11:20 PM
  3. MinGW Include order
    By Mario F. in forum Tech Board
    Replies: 4
    Last Post: 11-07-2006, 06:37 AM
  4. fltk and Drag And Drom Form Builder.? is there any.?
    By xxxrugby in forum C++ Programming
    Replies: 0
    Last Post: 03-27-2006, 07:32 AM
  5. Can you make an overall include file?
    By compjinx in forum C++ Programming
    Replies: 4
    Last Post: 03-18-2002, 01:20 PM

Tags for this Thread