From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8909 invoked by alias); 12 Sep 2003 14:39:09 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 8892 invoked from network); 12 Sep 2003 14:39:08 -0000 Received: from unknown (HELO mail.dynazign.com) (66.0.244.3) by sources.redhat.com with SMTP; 12 Sep 2003 14:39:08 -0000 Received: from aaronc [66.0.244.2] by mail.dynazign.com with ESMTP (SMTPD32-7.07) id A8B9910090; Fri, 12 Sep 2003 10:31:21 -0400 From: "Aaron Case" To: Subject: linking standard C funtions Date: Fri, 12 Sep 2003 14:39:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-SW-Source: 2003-09/txt/msg00136.txt.bz2 Hello, I am having a strange problem that should have a simple fix but probably dosent. I cant get the compiler to recognize standard library functions(strstr ultoa strcat strcat). I have the appropriate header files included and all packages are added to the library archive. Seems like its should be a linking problem right? DSPTSUBS.C:864: `itoa' undeclared (first use this function)