Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using gcc to compile C file
#23
Quote:-static: This tells the linker to statically link the program (build needed functions from the Standard library into the EXE) instead of requiring external library DLLs.  I hate when I run a program and Windows tells me that I need certain .DLLs.  (Note that static linking will cause your EXE file to be bigger)
This one should be good for Scintilla code editor
I saw some guys from FreeBasic use this method to build code editors.
Reply


Messages In This Thread
Using gcc to compile C file - by aurel - 04-18-2024, 07:31 PM
RE: Using gcc to compile C file - by a740g - 04-18-2024, 07:37 PM
RE: Using gcc to compile C file - by Kernelpanic - 04-18-2024, 09:18 PM
RE: Using gcc to compile C file - by aurel - 04-19-2024, 06:49 AM
RE: Using gcc to compile C file - by Kernelpanic - 04-19-2024, 08:16 AM
RE: Using gcc to compile C file - by aurel - 04-19-2024, 08:12 AM
RE: Using gcc to compile C file - by Kernelpanic - 04-19-2024, 07:06 PM
RE: Using gcc to compile C file - by aurel - 04-19-2024, 11:47 AM
RE: Using gcc to compile C file - by Kernelpanic - 04-19-2024, 02:00 PM
RE: Using gcc to compile C file - by JRace - 04-20-2024, 12:12 AM
RE: Using gcc to compile C file - by JRace - 04-20-2024, 12:31 AM
RE: Using gcc to compile C file - by bplus - 04-20-2024, 01:27 PM
RE: Using gcc to compile C file - by JRace - 04-20-2024, 03:35 PM
RE: Using gcc to compile C file - by Kernelpanic - 04-20-2024, 07:02 PM
RE: Using gcc to compile C file - by JRace - 04-20-2024, 08:06 PM
RE: Using gcc to compile C file - by Kernelpanic - 04-20-2024, 09:06 PM
RE: Using gcc to compile C file - by JRace - 04-20-2024, 10:11 PM
RE: Using gcc to compile C file - by Kernelpanic - 04-21-2024, 07:22 PM
RE: Using gcc to compile C file - by JRace - 04-21-2024, 07:59 PM
RE: Using gcc to compile C file - by TerryRitchie - 04-22-2024, 02:20 AM
RE: Using gcc to compile C file - by JRace - 04-22-2024, 03:22 PM
RE: Using gcc to compile C file - by aurel - 04-22-2024, 03:41 PM
RE: Using gcc to compile C file - by aurel - 04-22-2024, 03:48 PM



Users browsing this thread: 1 Guest(s)