Menu

#11 Compilation error on Linux

v1.0 (example)
closed
nobody
None
5
2024-11-13
2021-01-16
avhohlov
No

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

Related

Bugs: #11

Discussion

  • Paul Edwards

    Paul Edwards - 2021-01-16

    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

  • Paul Edwards

    Paul Edwards - 2024-11-13
    • status: open --> closed
     
  • Paul Edwards

    Paul Edwards - 2024-11-13

    New release (3.30) has the updated instructions given.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.