From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 290EA49E02 for ; Thu, 11 Apr 2024 13:59:33 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1843968D0C5; Thu, 11 Apr 2024 16:59:32 +0300 (EEST) Received: from mail-oo1-f42.google.com (mail-oo1-f42.google.com [209.85.161.42]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8FBAC68CAF7 for ; Thu, 11 Apr 2024 16:59:25 +0300 (EEST) Received: by mail-oo1-f42.google.com with SMTP id 006d021491bc7-5aa400b917dso2703639eaf.0 for ; Thu, 11 Apr 2024 06:59:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1712843963; x=1713448763; darn=ffmpeg.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=9/STIA8ElxAVHRsh+DeKkqeTFaN6Ayyxf8AC++VZv3U=; b=iPuyuktTYxr650WlBZ83qFrgQH04tO8GWkzx1eiHQj6Cdd2tXiOl6/YENPJzswrNpH UL7wc0Rlq46Z+MSLK2BecXnGcPO9GcUZCWDofK90AEW2O6G5fc5Q+AO3V2xewtxCy7+E jqouTjE4Cmfql6iIoH+5o3Rn9C/Q9NxAneUtpuJmw15JclBhjeKRZHv/gVBXEvDsk4jA jpYbIaJZrbLtEdu8MR75G6+QlztqpMIeUJH/mwLuQT5l1Z+SotbrZm2ZTHHgVoKkVL1X SvJ82lqIXsgnK3JB3nDK/+/ZfMGKlaT7PomMWsKpJS0C+iQK3UGY1KRhm4EUFo95oF61 r7Zw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1712843963; x=1713448763; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=9/STIA8ElxAVHRsh+DeKkqeTFaN6Ayyxf8AC++VZv3U=; b=LIp0M8zxU6N7X+jGJPdKSoWh1DTjP5ejh6/7LT3wYAGjq1Oh16loyrDmCZKRbkm4l8 U4LJrBm1GXCdQAkq8tDllK4FMrcEUAj3FMQKIN+f2TNFnU2jkXYX8tJLtzsRDf6EF7IC HLSp7hEsDGqp+/tRhq5CdABtXUMmX/fDhSeOFd+mg67x8J7PYHPAB8RIaJ6N4R65bUdM OcjgV4MHtk1DpoubXi7oPveWDd8mJskN9jS2f+BZzCakC6xdu6Pi58PUnVkDO2t2gaMP rd5djjSPfRsYOJ8mHDc/6XRX8tKDgtzDVuaDFmE3xBXDjQPb8RFnNN0BENzSDe2L854Z dIAA== X-Gm-Message-State: AOJu0Yzeo45k5WU/bXUfqGO0c3qNgqoOVfOSY7MJs/9zHIjgZtQR0Z9V 3POYCgTcHc9e0PjhwE+oiATXA4sEer/WC732qfWSStyrJUvdfZnCGVoJYiGt0qCCqPI/ZrjXRUC G2M3JdTuXKW7u19VHT/Lhi/l4MD2J9eqyl5Y= X-Google-Smtp-Source: AGHT+IGuobOxsoKbCsn/WiuDELYd1+CTDDLsHDKJsAHtfFPNfK4DViXKVq/sJT2boQHwihKAz3ylWHmfwiXAOIVh3z0= X-Received: by 2002:a05:6820:1b10:b0:5aa:4881:2ab2 with SMTP id bv16-20020a0568201b1000b005aa48812ab2mr8174145oob.4.1712843963704; Thu, 11 Apr 2024 06:59:23 -0700 (PDT) MIME-Version: 1.0 From: B-2014 Ariyan Kashyap Date: Thu, 11 Apr 2024 19:29:11 +0530 Message-ID: To: ffmpeg-devel@ffmpeg.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: [FFmpeg-devel] cannot compile the ffmpeg latest on local X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: I was trying to compile the ffmpeg in my local using MSYS2 terminal and i am getting this error gcc is unable to create an executable file. If gcc is a cross-compiler, use the --enable-cross-compile option. Only do this if you know what cross compiling means. C compiler test failed. If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat. Include the log file "ffbuild/config.log" produced by configure as this will help solve the problem. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".