Thread: Mandrake Question

  1. #1
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212

    Mandrake Question

    I have recently put Linux Mandrake 8.2 on my laptop and everytime i run perl or gcc it tells me that my locale settings are not supported

    Here is the output of the "locale" command
    Code:
    LANG=en_GB
    LC_CTYPE=en_GB
    LC_NUMERIC=en_GB
    LC_TIME=en_GB
    LC_COLLATE=en_GB
    LC_MONETARY=en_GB
    LC_MESSAGES=en_GB
    LC_PAPER="en_GB"
    LC_NAME="en_GB"
    LC_ADDRESS="en_GB"
    LC_TELEPHONE="en_GB"
    LC_MEASUREMENT="en_GB"
    LC_IDENTIFICATION="en_GB"
    LC_ALL=
    can anyone help?

  2. #2
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784

    Re: Mandrake Question

    Originally posted by Brian
    I have recently put Linux Mandrake 8.2 on my laptop and everytime i run perl or gcc it tells me that my locale settings are not supported

    Here is the output of the "locale" command
    Code:
    LANG=en_GB
    LC_CTYPE=en_GB
    LC_NUMERIC=en_GB
    LC_TIME=en_GB
    LC_COLLATE=en_GB
    LC_MONETARY=en_GB
    LC_MESSAGES=en_GB
    LC_PAPER="en_GB"
    LC_NAME="en_GB"
    LC_ADDRESS="en_GB"
    LC_TELEPHONE="en_GB"
    LC_MEASUREMENT="en_GB"
    LC_IDENTIFICATION="en_GB"
    LC_ALL=
    can anyone help?
    gcc works fine for me and I have a similar list except that my language is:

    "en_US"

  3. #3
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    ...but than again I've never tried perl on gcc yet.

  4. #4
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    No it comes up on pretty much on every compiler or programmy thing I use.

    I think there's something wrong with my locale settings.

  5. #5
    Registered User
    Join Date
    Aug 2001
    Posts
    244
    Are you sure it doesn't say there's problems with your local settings, not locale?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  2. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  3. opengl DC question
    By SAMSAM in forum Game Programming
    Replies: 6
    Last Post: 02-26-2003, 09:22 PM
  4. Question about linked lists.
    By cheeisme123 in forum C++ Programming
    Replies: 6
    Last Post: 02-25-2003, 01:36 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM