[System: Utilities] Bootsplash

I couldnt find a pkgbuild for the latest bootsplash.
i found a previous pkgbuild on the arch bootsplash howto  http://archlinux.veloxis.de/howtos/boot … index.html but it was quite outdated, here is one for 3.1.
my first pkgbuild so be nice..
seems to work.. although some of the executables may be in the wrong location as it wanted splashpbm in /sbin.
it didnt complain about the rest, but that doesnt mean they may not be wrong.
# Contributor: Adam Griffiths
pkgname=bootsplash
pkgver=3.1
pkgrel=1
pkgdesc="Userspace utilities for setting up a boot splash screen."
url="http://www.bootsplash.de"
depends=()
conflicts=()
backup=()
install=
source=(http://www.bootsplash.de/files/splashutils/$pkgname-$pkgver.tar.bz2)
build() {
cd $startdir/src/$pkgname-$pkgver/Utilities
make || return 1
# the very simple Makefile does not include an install option, so just copy
# the compiled binaries to their locations manually.
mkdir -p $startdir/pkg/usr/sbin
mkdir -p $startdir/pkg/sbin
cp $startdir/src/$pkgname-$pkgver/Utilities/{fbresolution,fbmngplay,fbtruetype,splash} $startdir/pkg/usr/sb
in
cp $startdir/src/$pkgname-$pkgver/Utilities/splashpbm $startdir/pkg/sbin
thanks..
hopefully gensplash will make this alot easier, but i havent tried it yet..

i was playing today and came up with two new (better?) methods of building patched initscripts (i was mainly doing it for bootsplash but it should work for all patching). assuming patches are compatible you should be able to apply several and have a pkg that you can use in a local repo and easily update when new versions of initscripts are released.
i think the one that downloads the latest pkg first is more secure than the abs version - as there is no checksumming for abs?
anyway - the first gets the pkg from current, explodes it, patches it and rebuilds it - the second grabs the files that make the package from ABS (allows compile of minilogd)
# Contributor: dibblethewrecker <[email protected]>
# This package is only a modified version of the arch initscripts package
# It allows you to easily checkout the latest initscripts and patch them
# (based on a pkg by Brice Carpentier <[email protected]>)
# (incorporated a patch by Truls Becken <[email protected]>)
pkgname=initscripts-custom
pkgver=0.1
pkgrel=1
pkgdesc="System initialization/bootup scripts with bootsplash support"
backup=(etc/inittab etc/rc.conf etc/rc.local)
depends=('bash' 'mawk' 'grep' 'coreutils' 'sed' 'bootsplash')
provides=('initscripts')
conflicts=('initscripts')
source=(initscripts-bootsplash.diff)
md5sums=('53a00c6e85aa520673f5ce9a99eb0655')
build() {
# check the latest version of initscripts, grab it, copy and extract it to src
latestver=`pacman -Ss initscripts | grep current | sed "s|current/initscripts ||g"`
echo
echo " : Latest version in current repo is initscripts-$latestver"
echo -n " : Press any key to continue "
read anykey
pacman -Sw --noconfirm initscripts
cp /var/cache/pacman/pkg/initscripts-$latestver.pkg.tar.gz $startdir/src
cd $startdir/src
gunzip -cd initscripts-$latestver.pkg.tar.gz | tar xf -
# create the pkg - no compile required
mkdir -p $startdir/pkg/etc/{rc.d,conf.d}
cd $startdir/src/etc
install -D -m644 inittab $startdir/pkg/etc/inittab
install -D -m644 rc.conf $startdir/pkg/etc/rc.conf
for i in rc.local rc.multi rc.shutdown rc.single rc.sysinit; do
install -D -m755 $i $startdir/pkg/etc/$i
done
cd $startdir/src/etc/rc.d
install -D -m755 network $startdir/pkg/etc/rc.d/network
install -D -m755 netfs $startdir/pkg/etc/rc.d/netfs
install -D -m644 functions $startdir/pkg/etc/rc.d/functions
cd $startdir/src/sbin
install -D -m755 minilogd $startdir/pkg/sbin/minilogd
# apply your patches
cd $startdir/pkg/etc
patch -Np1 -i $startdir/src/initscripts-bootsplash.diff
download
# Maintainer: Brice Carpentier <[email protected]>
# Contributor: Brice Carpentier <[email protected]>
# This package is only a modified version of the arch initscripts package
# (incorporated a patch by Truls Becken <[email protected]>)
pkgname=initscripts-custom
pkgver=0.1
pkgrel=1
pkgdesc="System initialization/bootup scripts with bootsplash support"
backup=(etc/inittab etc/rc.conf etc/rc.local)
depends=('bash' 'mawk' 'grep' 'coreutils' 'sed' 'bootsplash')
#makedepends=('cvs' 'openssh')
provides=('initscripts')
conflicts=('initscripts')
source=(initscripts-bootsplash.diff)
md5sums=('53a00c6e85aa520673f5ce9a99eb0655')
build() {
# alternative method - grab and build the source files from abs
#abs
cp /var/abs/base/initscripts/{inittab,netfs,rc.conf,rc.multi,rc.single,functions,minilogd.c,network,rc.local,rc.shutdown,rc.sysinit} $startdir/src
# use the normal build
cd $startdir/src
mkdir -p $startdir/pkg/etc/{rc.d,conf.d}
install -D -m644 functions $startdir/pkg/etc/rc.d/functions
install -D -m644 inittab $startdir/pkg/etc/inittab
install -D -m644 rc.conf $startdir/pkg/etc/rc.conf
for i in rc.local rc.multi rc.shutdown rc.single rc.sysinit; do
install -D -m755 $i $startdir/pkg/etc/$i
done
install -D -m755 network $startdir/pkg/etc/rc.d/network
install -D -m755 netfs $startdir/pkg/etc/rc.d/netfs
gcc -o minilogd minilogd.c || return 1
install -D -m755 minilogd $startdir/pkg/sbin/minilogd
# apply your patches
cd $startdir/pkg/etc
patch -Np1 -i $startdir/src/initscripts-bootsplash.diff
download

Similar Messages

  • Error in installing 11.5.5.35 in system utilities check

    While installing the oracle applciations 11.5.5.35, during the system utilites check, it gives the following error, please help me in solving this error.
    System Utilities Check
    running command : cmd.exe /c F:\rapidwiz\bin\checkutil.cmd d:\mksnt d:\programfiles\Microsoftvisualstudio
    F:\rapidwiz>echo off
    'which' command is available.
    'gnumake' is available.
    'cc' is available.
    'link' is not available.
    ERRORCODE = 1 ERRORCODE_END
    Error - System Utilities Availability test has returned an error: 1

    Hi
    i have installed VC++ , MKS and gnumake before starting the installion. While runing the build_w32.bat, the result is coming sucessful. But in the prerequirement check error link is not available is coming. How to overcome this error?
    -Arun

  • System Utilities Check: Check system for make, ld, ar and cc

    Can someone help me with this following problem?
    While installing 11i applications, its giving an error "System Utilities Check: Check system for make, ld, ar and cc" When I checked for these files, all the files are existing except for ld. How do I resolve this problem?

    Hi,
    I hope the installation u r doing is on Windows platform. COpy ld,ar,cc,link,which utilities r under ur winnt\system32. Try to reinstall. & also in the path ensure that ur winnt\system32 & winnt r at the last. It will work. I hope this helps u.
    Venkat

  • What system utilities do you recommend?

    Hi,
    I am a new switcher to Mac.
    Can you please recommend what system utilities I should purchase and which brand I should purchase.
    The ones I want are :
    1) I need an anti-virus program (I know there are no real problems on the Mac with virus's, but it is better to be safe than sorry!)
    2) A firewall. (Is the one that comes with Mac OS X good enough or should I use a commerical one?
    3) A Backup program
    4) A Disk utility program
    5) A general system utility program for system maintenance
    I would be really grateful if you experienced Mac users could give me advice on this matter.
    Thank you for your help. I look forward to your responses.

    Hi, Lucky Luxy.
    Here are my recommendations, in order corresponding to your list:
    1. re: Anti-virus: See my "Detecting and avoiding malware and spyware" FAQ for my recommendations as well as a list of some recent Mac OS X security threats that have emerged, including Trojans, rootkits, and spyware. The FAQ also addresses some of the usual arguments against installing an anti-virus solution on a Mac that often arise in discussions of this topic.
    While some believe that anti-virus solutions are not required on a Mac, I feel that's ignoring the fact that threats are emerging and that security exposures continue to be found, albeit eventually closed, in Mac OS X, as in any other operating system. Even Apple now recommends that one should "check for viruses."
    2. The firewall included with Mac OS X is "industrial strength." No need for a third-party firewall product.
    3. A comprehensive Backup and Recovery solution is essential. Computing without a comprehensive Backup and Recovery solution is like driving without auto insurance. If you don't have a Backup and Recovery solution that you're using regularly, you're essentially accepting the risk that at some point all of your data may be lost. For advice on the backup and recovery solution I employ, see my "Backup and Recovery" FAQ.
    4. re: Disk Utility. I recommend having both Alsoft DiskWarrior 4.x+ (DW4) and Micromat TechTool Pro version 4.x+ (TTP4).
    While both can build a new, optimized directory for a disk, I have found there are some disks that only DW4 can repair. DW4 is a "specialist" in disk directories.
    Likewise, TTP4 brings a host of useful hardware testing routines that are neither in DW4 nor the Apple Hardware Test. TTP4 also includes an excellent disk defragmenter. Defragmenting is generally not required under Mac OS X 10.3 or later unless you perform an extensive amount of video editing or your disk is nearing full, in which case it may be useful. See Mac OS X: About Disk Optimization. TTP4's Surface Scan is also useful in determining if a disk has developed bad sectors.
    If one owns neither utility today, the initial investment may seem like a good deal of money, but compared to your data and your time, the cost of these utilities is insignificant in the the long run. I've found their upgrades to be reasonably priced for what they do.
    Neither utility is a substitute for a comprehensive Backup and Recovery solution. But I've seen DW4 save more than one person's bacon and the suite of hardware tests and additional functions TTP4 bring to the table make both a worthwhile investment.
    If one could only purchase one now, I'd recommend they purchase DW4, then later add TTP4 when funds permit.
    Better to have the tools and not need them, than to need them and not have them.
    A good mechanic has more than one kind of wrench in their toolbox.
    5. re: General Maintenance: See my "Maintaining Mac OS X" FAQ. It covers my advice on "regular maintenance" and dispels some common "maintenance myths."
    Finally, since you are new to Mac OS X, you may benefit from some of the educational resources I recommend in my "Learning About Mac OS X" FAQ.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • System Utilities Check failed while rapid installation

    Hi All,
    Following error is encountered while installing Oracle Applications 11.5.10
    System Utilities Check
    command : cmd.exe /c C:\Stage\Stage11i\startCD\Disk1\rapidwiz\bin\adchkutl.cmd C:\Program Files\MKS Toolkit C:\VC
    C:\Stage\Stage11i\startCD\Disk1\rapidwiz>echo off
    C:\WINDOWS\system32/cmd.exe
    'which' command is available.
    C:\WINDOWS\system32/gnumake.exe
    'gnumake' is available.
    C:\WINDOWS\system32/cc.exe
    'cc' is available.
    'link' is not available.
    ERRORCODE = 1 ERRORCODE_END
    RW-50011: Error: - System Utilities Availability test has returned an error: 1
    what could be the reason ?
    Regards,
    Neeraj

    Hi Andrew,
    Thanks for the article.
    Now I want to do fresh installation of MKS toolkit and all other stuff for sucessfull installation of Oracle Application.
    But during the installation of mks toolkit, I am unable to specify the path for installation i.e., c:\MKS , it is saying that " An existing installation is detected. The install location cannot be changed."
    But I have uninstall it through control panel->add and remove programs and manually cleaned all the physical files but still error encountered.
    Please guide me how to proceed .
    Regards,
    Neeraj

  • System Utilities Check - Error while installs OraApps on AIX

    Hello Everyone ,
    OS : AIX 5.3 TL12
    Oracle Applications 11.5.10.2
    while trying to install Oracle Applications on AIX everything passed the TEST / Checks except the following
    [System Utilities Check] << faild with the following error message
    System Utilities Check
    These utilities need to be accessible on your system in order to do administrative tasks.
    command : /Stage/Stage11i/startCD/Disk1/rapidwiz/bin/adchkutl.sh
    Checking for make...     found - /usr/bin/make
    Checking for ld...     found - /usr/bin/ld
    Checking for cc...     found - /usr/vac/bin/cc
    Checking for ar...     found - /usr/bin/ar
    Checking for AIX 64-bit kernel extension for Oracle......
    Found pw-syscall files and inittab entry on this system.
    Note: you can also verify that the AIX 64bit kernel extension for
    Oracle are loaded by running "/etc/loadext -r"as root:
    Utility check completed successfully
    System Utilities Availability test has succeeded
    command : /Stage/Stage11i/startCD/Disk1/rapidwiz/bin/adaixchk.sh
    AIX System Version found : 5.3
    IBM VisualAge C++ v6.x or IBM XL C/C++ v7.x is required,
    if you are installing any/all of the below products.
    1. Discrete Manufacturing.
    2. Advanced planning and Scheduling.
    3. Transporation Planning.
    RW-50011: Error: - IBM C++ utilities Availability test has returned an error: 1
    i followed Oracle Installation guide for 11i and we have installed all the required packages and system prerequisites.
    if any anyone has any solution , please share it with me
    Best Regards,
    Sam Jazz

    xlC.adt.include 8.0.0.0 COMMITTED C Set ++ Application
    xlC.aix50.rte 10.1.0.3 COMMITTED XL C/C++ Runtime for AIX 5.3
    xlC.cpp 9.0.0.0 COMMITTED C for AIX Preprocessor
    xlC.msg.en_US.cpp 9.0.0.0 COMMITTED C for AIX Preprocessor
    xlC.msg.en_US.rte 10.1.0.3 COMMITTED XL C/C++ Runtime
    xlC.rte 10.1.0.3 COMMITTED XL C/C++ Runtime
    #which linkxlC
    /usr/vacpp/bin/linkxlC

  • System Utilities Check: Check system for make, ld, ar and cc - Windows XP

    Can somebody help me?
    I am trying to install Oracle 11i on a Windows XP home edition machine in a single mode and Vis database. I am getting the error message as following.
    System Utilities Check: Check system for make, ld, ar and cc.
    Is it possible to install Oracle 11i on XP home edition at all?
    Appreciate your help.

    How can i find this command make, ld, ar and cc.????
    thanks

  • System Utilities Check error 11i

    when instaling 11i.10.0
    validate system configuration
    System Utilities Check shows warning this...
    command : cmd.exe /c D:\startCD\Disk1\rapidwiz\bin\adchkutl.cmd C:\cygwin C:\Microsoft Visual Studio 8
    D:\startCD\Disk1\rapidwiz>echo off
    'which' command is not available. Check MKS installation.
    ERRORCODE = 1 ERRORCODE_END
    RW-50011: Error: - System Utilities Availability test has returned an error: 1
    how can i resolve this issue.........
    regards
    sneha

    inplace of mkstoolkit i installed cygwin,
    which command i need to use in place of this:-
    " 'C:\mks\mksnt' for the location of MKS during the installation" -"Provide the pathname to the bin directory under the Cygwin Root Directory instead (For example, "C:\cygwin\bin").
    After you install Cygwin, please do the following:
    C:\> copy gawk.exe awk.exe (answer yes to copy over existing file)
    C:\> copy grep.exe egrep.exe
    C:\> copy make.exe gnumake.exe
    C:\> copy gcc.exe cc.exe
    Add the cygwin bin directory to the system path.
    For more details about installing Cygwin, please refer to Note: 302859.1 - Using Cygwin to Maintain Release 11i on Windows
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=302859.1

  • Lost System Utilities Folder/Files and Preview on Restore

    I recently restored my Mac partition from Time Machine due to a disk error.  As of now, looks like all my data is present.....EXCEPT the system utilities (system monitor, etc.) and preview.  I downloaded Mavericks from the App Store.  Is there a way to restore these files....easily?
    Thanks.

    You don't need to wipe it, you can simply redownload and reinstall the OS on top of your current OS. That is assuming that your problem is the OS install; if that is the case, you should be fine after that. However, if there is a problem with your TM restore, that would be another matter. In that case, you'd most likely need to wipe it first.
    For now, I'd try the OS download/install.

  • Invoking system utilities from java program

    Hi, I'm trying to write a program which will invoke system utilities when the user selects an appropriate option. The following code is a part of my app. But the problem is that I am not able invoke system utilities like chkdsk and disk defrag, which have specific exe's in system32 folder. I am able to invoke other exe's like Notepad.exe with the same code.
    import java.lang.*;
    public class Exec
    public static void main(String args[])
    try
    String [] st = {"C:\\WINDOWS\\system32\\chkdsk.exe"};
    Runtime var=Runtime.getRuntime();
    var.exec(st);
    catch(java.io.IOException e)
    Please tell me the problem and it's solution.

    Hi
    I am sending Class file .Call execute(String[] args) method in your class Exec file.
    it will print out put on screen .It works fine for me.
    I am using Windows NT .SO i used 'C:\\WINNT\\system32\\chkdsk.exe' execute command.
    Let me know any more infromation
    public class run {
         boolean flag = true;
         String message = "";
         String msg = "";
         String Error = "";
         Process p = null;
         public String execute(String[] args) {
                   try {
                        System.out.println("Please read it first here");
                        //run.getOutput(cmd,"call.txt");
                        StringBuffer sb = new StringBuffer();
                        StringBuffer sb1 = new StringBuffer();
                        p = Runtime.getRuntime().exec(args);
                        InputStream in = p.getInputStream();
                        InputStream in1 = p.getErrorStream();
                        int c;
                        while ((c = in.read()) != -1) {
                             //System.out.print("reached here---message ");
                             char ch = (char) c;
                             System.out.print(ch);
                             sb.append(ch);
                        System.out.println("Input String Buffer" + sb.toString());
                        msg = sb.toString();
                        int c1;
                        while ((c1 = in1.read()) != -1) {
                             flag = false;
                             //     System.out.println("reached here error ---message ");
                             char ch = (char) c1;
                             sb1.append(ch);
                        System.out.println("Error message is herr---" + sb1.toString());
                        Error = sb1.toString();
                        if(flag==false) message="EROOR :"+Error;else message="SUCCESS FULL:"+msg;
                        System.out.println("message value---"+message);                    
                   } catch (Exception ex) {
                        flag = false;
                        System.out.println("errror here" + ex);
                        return ex.getMessage();
                   System.out.println("message is here---" + message);
                   p.destroy();
              return message;
    Call
    public class Exec
    //import
    public static void main(String args[])
    try
    String [] st = {"C:\\WINNT\\system32\\chkdsk.exe"};
    System.out.println("Reached hefre ");
    run r=new run();
    r.execute(st);
    System.out.println("Reached after exect hefre ");
    catch(Exception e)
    System.out.println(" exception00---"+e);

  • Corrupt system Utilities

    System profiler wont open, nor Printer Setup Utility, and various other utilities. How can I solve this? i have recently done a system re-install
    [tried 10.4 Tiger, which caused me so many problems - Ive gone back to panther] and now Ive got all these utilities that wont launch. It also seems to have affected my Lacie carte Orange - which i cannot mount on the desktop.
    the Disk Utility opens okay, and i have run a permissins repair but still wont mount.
    God I mis the IT department since Ive gone freelance!!!

    Welcome To Discussions cdanield!
    "[tried 10.4 Tiger, which caused me so many
    problems - Ive gone back to panther]"
    What steps did you take, to go back to
    Panther?
    ali b
    Im afraid all I did was to re-install from the Panther disk. I ended up saving old system to archive and doing a fresh install - but not keeping my users/passwords.
    Was I meant to do some kind of uninstall?
    Im so useless at all this. Ive worked on Macs for years, but always had an IT dept. Nw im freelancing, Im scared wit-less of it all!
    If I dont get any answers here, my next step was to back everything up, and wipe the HD and do a fresh install again - then re-install every bit of software I have again.
    Please help. Ive got a mountain of work, and now Im not sleeping at night through worry!
    Claire

  • All system utilities like Disk-Utility or Bootcamp disappeared.

    Hi,
    I was looking for Bootcamp when I found out, that my Utilities folder disappeared from my Applications Folder. I wondered if there was a hidden backup or if I just didn't have it in the Dock folder, so I searched for it with Spotlight. But there's nothing, no "Dienstprogramme" (I'm german ) or "Utilities". I also searched on Google for a solution and some said, that putting in the installation disc would help, but it didn't, maybe I just did the wrong thing... What can I do to solve this problem?
    Thank you, Isai.

    Okay, I downloaded Pacifist and I was able to open the Mac OS X Installation DVD with it. But there are so many things... What do I have to do now???

  • Installer and other system utilites have disappeared

    this is a huge problem if it isn't immediately apparent
    i cannot open .pkg files
    i tried to download windows media and i can't open the .sitx file
    when i try it asks me to locate a program to use to open the file
    i go to my utilites folder and all i've got is my macbook firmware update and X11
    i remember i used to have many many many more things in there like terminal, blahblahblah
    so besides completely restoring my computer is there anything i could do to recover my utilities folder?

    A .stx file will open with Stuffit Expander. I wouldn't bother with windows media player in as much as it has not been updated in many years and is generally not compatible with Tiger. Use Flip4Mac instead.

  • [system: utilities] vlock

    Woohoo, my first package I've made for a distro   8)   Anywho, it's the vlock program that you can typically find packages for the "bigger" distros out there.  it's in the ftp as vlock-1.3-1.CORRECTPKG.tar.gz  .the other one I forget to added the setuid because it has to be run as root in order for the part that lets root login when a normal user locks it.  Here's the PKGBUILD:
    # Contributor: Todd Eddy <vr (at) vrillusions point com>
    pkgname=vlock
    pkgver=1.3
    pkgrel=2
    pkgdesc="Vlock locks virtual consoles, as well as normal TTYs."
    url="http://freshmeat.net/projects/vlock/"
    depends=('pam')
    source=(ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/$pkgname-$pkgver.tar.gz)
    md5sums=('d04076f9c5f12aadc4d5fbbabf8a0c12')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    make || return 1
    mkdir -p $startdir/pkg/usr/bin
    chmod u+s $pkgname
    cp $pkgname $startdir/pkg/usr/bin
    mkdir -p $startdir/pkg/usr/man/man1
    cp $pkgname.1 $startdir/pkg/usr/man/man1
    I also "de-spamanized" the email address for here.  Also I just realized I still incremented the pkgrel to pkgrel=2 when I just wanted to keep it at 1.  o well, not a big enough problem for me to upload another file that says "UseThisPkgInsteadOfTheOtherTwo"  so it will just be be release 2

    inplace of mkstoolkit i installed cygwin,
    which command i need to use in place of this:-
    " 'C:\mks\mksnt' for the location of MKS during the installation" -"Provide the pathname to the bin directory under the Cygwin Root Directory instead (For example, "C:\cygwin\bin").
    After you install Cygwin, please do the following:
    C:\> copy gawk.exe awk.exe (answer yes to copy over existing file)
    C:\> copy grep.exe egrep.exe
    C:\> copy make.exe gnumake.exe
    C:\> copy gcc.exe cc.exe
    Add the cygwin bin directory to the system path.
    For more details about installing Cygwin, please refer to Note: 302859.1 - Using Cygwin to Maintain Release 11i on Windows
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=302859.1

  • [system: utilities] ntfsprogs

    hi here are the ntfs utils
    # $Id: PKGBUILD,v 1.17 2004/03/21 21:48:41 damir Exp $
    # Contributor: Tobias Powalowski <[email protected]>
    # Maintainer: Damir Perisa <[email protected]>
    pkgname=ntfsprogs
    pkgver=1.9.0
    pkgrel=1
    depends=('glibc')
    pkgdesc="NTFS Resizing Tool"
    source=(http://belnet.dl.sourceforge.net/sourceforge/linux-ntfs/$pkgname-$pkgver.tar.gz)
    url="http://linux-ntfs.sourceforge.net"
    md5sums=('225a1eaf3c33010e8045f30dd3a42b0f')
    build() {
            cd $startdir/src/$pkgname-$pkgver
            ./configure --prefix=/usr
            make || return 1
            make DESTDIR=$startdir/pkg install

    inplace of mkstoolkit i installed cygwin,
    which command i need to use in place of this:-
    " 'C:\mks\mksnt' for the location of MKS during the installation" -"Provide the pathname to the bin directory under the Cygwin Root Directory instead (For example, "C:\cygwin\bin").
    After you install Cygwin, please do the following:
    C:\> copy gawk.exe awk.exe (answer yes to copy over existing file)
    C:\> copy grep.exe egrep.exe
    C:\> copy make.exe gnumake.exe
    C:\> copy gcc.exe cc.exe
    Add the cygwin bin directory to the system path.
    For more details about installing Cygwin, please refer to Note: 302859.1 - Using Cygwin to Maintain Release 11i on Windows
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=302859.1

Maybe you are looking for

  • Oracle.jbo.NoDefException: JBO-25002: Definition

    Hi, In my custom webcenter application I created a page with Document Library. If I run in embedded WLS works fine, but when I deploy in remote WLS doesn't work anymore. In remote WLS if a access my page I get this error: oracle.jbo.NoDefException: J

  • HTML DB - Print tools

    Hi everybody, Our users want to print the screen application with all the data in pages. Is it possible to call "Gadwin Print screen" directly by the HTML DB application ? Thank. Bye.

  • Apps purchased on my itunes acct but syncing on another itunes acct.

    i bought my girlfriend and ipad and before using it i purchased a few apps under my itunes account.  I would like for her to use the ipad under her own itunes account but what happens to the apps that i bought for her?

  • How to install Siri on iPad 3

    just got my iPad 3, how to install Siri? do I need to install iOS 5?

  • Markers moving when locked, especially in score

    arg, I just rebuilt my preferences file. Now, when I am working in score editor, my markers move and get deleted when I don't want them to. This happens when marker window is closed and when the marker track is (supposedly) locked in arrange window.