GithubHelp home page GithubHelp logo

Comments (5)

sba1 avatar sba1 commented on July 17, 2024

Guess it is related to #33. We probably should switch back to clib2.

from adtools.

Hypexed avatar Hypexed commented on July 17, 2024

Yes it would be related to #33 since that is the issue I'm posting in right now. LOL.:-D

I've read in ABC shell sources checks for Newlib but not sure how well they perform.

After some research I found what should be happening. The configure code is making a link.
What should happen is creating a link named config.h pointing to config.in. According to
this:
https://www.gnu.org/software/autoconf/manual/autoconf-2.60/html_node/Configuration-Links.html

So what ever is meant to be creating the link is broken. It is passed to a few commands. But nothing looks like it is scanning for this colon or the colon is confusing a path parser into thinking it is an Amiga path.

from adtools.

broadblues avatar broadblues commented on July 17, 2024

sba1 means issue #32

Ignore the fact that abc-shell has src references to newlib, they are never built in production versions.

Sorry to say but your research is not correct, config.h is not generated by linking to config.in but by processing config.in from config.status and performing variable substitution (using the result of the configuring process) .

In order to work out what the error really is could you post a link to the project src code you were configuring? And perhaps attach your resultant config.status ?

from adtools.

broadblues avatar broadblues commented on July 17, 2024

This is the part of the autoconf manual you were looking for

https://www.gnu.org/software/autoconf/manual/autoconf-2.60/html_node/Configuration-Files.html#Configuration-Files

I'm guess the issue is with which ever command is parsing the file:src expression, best guess for that would be sed or awk , but can say for certain without seeing script src.

from adtools.

Hypexed avatar Hypexed commented on July 17, 2024

Damn it I typed too soon. That's what happens when you don't have the file in front of you. So in fact what it is meant to do when given a "config.h:config.in" is open one or the other in case of override . Because DOS has a problem with the standard file names. What sets this override I don't know but isolating the file names is what we need. :-)

This is what I was looking for:
https://www.gnu.org/software/autoconf/manual/autoconf-2.60/html_node/Configuration-Headers.html#Configuration-Headers

However in the form I have it using CONFIG_HEADERS it is obsolete:
https://www.gnu.org/software/autoconf/manual/autoconf-2.68/html_node/Obsolete-config_002estatus-Use.html

So the source is here:
ftp://ftp.gnu.org/pub/gnu/gdb/gdb-5.3.tar.gz

Using an OS4 patch from here:
http://os4depot.net/index.php?function=showfile&file=development/debug/gdb-5.3.patch.bz2

I'm afraid the config.status doesn't go far:

#!/bin/sh
# This file was generated automatically by configure.  Do not edit.
# This directory was configured as follows:
../gdb-5.3/configure --host=ppc-amigaos --target=ppc-amigaos --norecursion 
# 

from adtools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.