Compilation error on Linux
Brought to you by:
kerravon86,
tcamp
Compilation instruction on unix seems wrong (in INSTALL file):
On Unix using GCC --all warnings being treated as errors (-Werror) and math library not linked (-lm position?):
gcc -o bwbasic -lm -ansi -pedantic -Wall -Werror bw*.c
GCC 4.8.4/Linux Mint 17 -- OK:
gcc -o bwbasic -ansi -pedantic -Wall bw*.c -lm
Thanks for the bug report. I have updated the
instructions to what you provided.
BFN. Paul.
From: avhohlov
Sent: Sunday, January 17, 2021 1:11 AM
To: Ticket #11: Compilation error on Linux
Subject: [bwbasic:bugs] #11 Compilation error on Linux
[bugs:#11] Compilation error on Linux
Status: open
Group: v1.0 (example)
Created: Sat Jan 16, 2021 02:11 PM UTC by avhohlov
Last Updated: Sat Jan 16, 2021 02:11 PM UTC
Owner: nobody
Compilation instruction on unix seems wrong (in INSTALL file):
On Unix using GCC --all warnings being treated as errors (-Werror) and math library not linked (-lm position?):
gcc -o bwbasic -lm -ansi -pedantic -Wall -Werror bw*.c
GCC 4.8.4/Linux Mint 17 -- OK:
gcc -o bwbasic -ansi -pedantic -Wall bw*.c -lm
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/bwbasic/bugs/11/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Related
Bugs: #11